Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Transfer() vs. Redirect
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
00948430
Message ID:
00948595
Vues:
20
>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...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform