What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / rohan more
Incase of Server.Transfer ,it doesnot cause rod trip to
client and also it does not store url history and directly
redirect to the requested page without changing URL(Please
note).It transfer from Server itself.
where as in case of Response.redirect it cause round trip
to client browser and then transfer from page which cause
request to redirected page.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to create discussion forum in asp.net mvc? : Asp.Net MVC
How you will manage the state of ASP.NET controls?
What is an axd file?
What is enableviewstate in asp net?
What is postback in asp net?
Is viewstate enabled by default?
If we remove web.config or machine.config from the application then, is this application will works?
What are the types of validation in asp net?
What is semantic gap?
Explain about secure socket layer?
What is custom attribute?
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
when a request is made in Life cycle of ASP.NET page .
How many types of session state management options available in asp.net?
What is the difference between Classic ASP and ASP.Net?