I want to pull every name value pair out of the querystring in one string.
Thanks!
mike123You may try "Request.QueryString".
No luck
Anything else ?
Thanks!
mike123
I think Request.ServerVariables("QUERY_STRING") will return what you are after?
Simon
0 comments:
Post a Comment