QueryString is dropping data after a # sign

K

King Coffee

Hi,

I'm passing the following http query string.

Location.aspx?end=717%20Bryant%20Ave%20#%20203,%20Minneapolis,%2055411

The following page request the end string token.

public partial class Anonymous_Location : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
string start = Request["start"];
string end = Request["end"];

The string "end" only contains "717 Bryant Ave ". everything from the "#"
sign and after is filtered out.

How can I fix that ?

Sincerely,
King
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,764
Messages
2,569,566
Members
45,041
Latest member
RomeoFarnh

Latest Threads

Top