Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Expire Web content
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00900918
Message ID:
00901072
Views:
19
>I noticed (and am not for sure why or how...) that when directing to a new page from the "Code-Behind" environment using Response.Redirect("PageName.aspx") the back button was enabled. However, when using the Server.Transfer("PageName.aspx") the back button was not. I'm not for sure if that was a fluke or part of the difference in the two functions. Hopefully that might give you a place to start looking though?

The real trick is;
Server.Transfer("WebForm2.aspx", True)

This will preserve the querystrings server.transfer is like 'masking'. :)

Thanks,
~Joe Johnston USA

"If ye love wealth better than liberty, the tranquility of servitude better than the animated contest of freedom, go home from us in peace. We ask not your counsel or arms. Crouch down and lick the hands which feed you. May your chains set lightly upon you, and may posterity forget that ye were our countrymen."
~Samuel Adams

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform