Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Transfer() vs. Redirect
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00948430
Message ID:
00948595
Views:
19
>Is there any definitive analysis of when Server.Transfer() vs. Response.Redirect() should be used in an application for programmatically navigating a user to a different page in the application?

Hey Bill,

Super great article:
http://www.developer.com/net/asp/article.php/3299641

Just FYI, the majority of the time I use Response.Redirect simply because Server.Transfer requires that the page be on the same server. I hate the thought of moving an app to a different server and breaking an app the refers to it in the process.

Hope that helps...
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform