Difference between Response.Redirect and Server.Transfer? (Walk - TopicsExpress



          

Difference between Response.Redirect and Server.Transfer? (Walk through web designing and development using ASP.Net) “Response.Redirect” and “Server.Transfer” helps to transfer user from one page to another page while the page is executing. Say by clicking on some button, if you want the user to redirect to some other page, then you can use either of the two ways to do the same. But what is important for us to understand here is that the two methods implement the same thing in different manner. In case of Response.Redirect, a new request is generated from client-side for redirected page. Its a kind of additional round trip. As new request is generated from client, so the new URL is visible to user in browser after redirection. While in case of Server.Transfer, a request is transferred from one page to another without making a round trip from client. For the end user, URL remains the same in browser even after transferring to another page. ( Join Our Group Computers & Programming - Live Training by Experts....... on.fb.me/1rQSwk6 )
Posted on: Tue, 02 Dec 2014 06:25:46 +0000

Trending Topics



Recently Viewed Topics




© 2015