help!!!! escape & querystring

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I get querystring values from a url which has been 'escape'd?

regular Request.queryString doesn't seem to work...

Help!!!!
 
Hi Maverick,

you can use "System.Web.HttpUtility.UrlEncode" or "UrlDecode".

Regards
Patrick
 
Patrick,
Thanks for your response. Actually, UrlDecode would decode the url, but then
how do I use request.querystring? Do I have to 'manually' parse the
querystring?

Thanx
 
mavrick101 said:
How can I get querystring values from a url which has been 'escape'd?

regular Request.queryString doesn't seem to work...

What means "doesn't work"? Do you lose characters?

Cheers,
 

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

Back
Top