Difference between Server.Transfer and Response.Redirect

  • Server.Transfer transfers page processing from one page directly to the next page without making a round trip back to the client's browser. This provides a faster response with a little less overhead on the server. Server.Transfer does not update the clients URL history list or current URL.
  • Response.Redirect is used to redirect the user's browser to another page or site. This performs a trip back to the client where the client's browser is redirected to the new page. The user's browser history list is updated to reflect the new address.

0 comments :

Post a Comment

> Related Posts with Thumbnails
 

Copyright © 2012. GS dot net - All Rights Reserved - Design by BTDesigner - Proudly powered by Blogger