help!!!! escape & querystring

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!!!!
 
G

Guest

Hi Maverick,

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

Regards
Patrick
 
G

Guest

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
 
J

Joerg Jooss

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

Top