Differentiate between Server Transfer and Response
Redirect?
Answer Posted / srujana
Server Transfer :
1. To transfer page processing from one page directly to
the next page without making a round-trip back
to the client's browser we use Server Transfer .
2. Server Transfer provides a faster response with a little
less overhead on the server.
3. The clients url history list or current url is not
updated by the Server Transfer.
Response Redirect :
1. To redirect the user's browser to another page or site
Response.Redirect is used.
2. This performs a trip back to the client where the
client's browser is redirected to the new page.
3. The user's browser history list is updated to reflect
the new address.
| Is This Answer Correct ? | 21 Yes | 0 No |
Post New Answer View All Answers
Explain the use of fragment caching.
What is connection pooling and how to enable and disable connection pooling?
Why we go for mvc instead of asp.net? : Asp.Net MVC
How can we provide the WebParts control functionality to a server control?
What are the different types of sessions in asp.net?
What is difference between web config and global asax?
What is the purpose of session management?
witch is the best insistute in sharpoint course.what abt future of share point course.
What is the page life cycle in asp.net?
How to sign out from forms authentication?
What websites use asp.net?
What is asp.net introduction?
What is considered a service provider?
What is an axd file?
What is difference between View State and Hidden Field in ASP.NET?