G
Guest
Hi,
one of my .aspx pages is called using a URL like:
http://localhost/Test.aspx?returnUrl=http://localhost/BackPage.aspx?myParam=test
But when I call Page.Request.Url.ToString() I get:
http://localhost/Test.aspx?returnUrl=http://localhost/BackPage.aspx?myParam=test
Why? How can I obtain the correct URL from the Url object?
TIA,
Axel Dahmen
one of my .aspx pages is called using a URL like:
http://localhost/Test.aspx?returnUrl=http://localhost/BackPage.aspx?myParam=test
But when I call Page.Request.Url.ToString() I get:
http://localhost/Test.aspx?returnUrl=http://localhost/BackPage.aspx?myParam=test
Why? How can I obtain the correct URL from the Url object?
TIA,
Axel Dahmen