C
Cem
Hi,
I need to retrieve a querystring from page1.aspx into page2.aspx.
When I do a request.querystring("myUrl") from
http://localhost/myWeb/page2.aspx?myUrl=http://www.domain.com?a=1&b=2&c=3&d=4
I only get http://www.domain.com?a=1.
The other values don't appear.
How do I get the whole "myurl"?
Thanks a lot in advance.
Kind Regards,
Cem
I need to retrieve a querystring from page1.aspx into page2.aspx.
When I do a request.querystring("myUrl") from
http://localhost/myWeb/page2.aspx?myUrl=http://www.domain.com?a=1&b=2&c=3&d=4
I only get http://www.domain.com?a=1.
The other values don't appear.
How do I get the whole "myurl"?
Thanks a lot in advance.
Kind Regards,
Cem