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
What are session objects?
Why is asp.net so popular?
Describe how to implement globalization and localization in the use interface in .net.
IN an ASP.NET Web application if there is any error, how can you debug?
How ASP.NET page works?
Why do we use sessions?
How to make sure that contents of an updatepanel update only when a partial postback takes place (and not on a full postback)?
What is the typical session identifier?
Why is global asax is used for?
how to debug web services on consumer side?
List some of the important session state modes of asp.net.
What are the different types of validation controls in asp.net?
Who creates jsessionid?
What is query string with example?
What are the 3 types of web?