What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / santosh
In response.redirect the page's state is not maintained.
while in server.transfer it is maintained.
In response.redirect the user makes request to browser to
transfer to another page and then the browser serves the
request.
While in server.transfer this roundtrip is not there the
user is directly transfered to another page.
Is This Answer Correct ? | 11 Yes | 5 No |
Post New Answer View All Answers
what is command line compiler.what are the steps and how it is related to debugging.
What is use of <% %> in asp.net?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
How many types of state management are there in asp net?
Which ASP.NET configuration options are supported in the ASP.NET implementation on the shared web hosting platform?
i want the asp.net technical questions and answeres
What is asp.net architecture?
What is difference cookie and session?
What's the ASP.Net Application life cycle?
How you will handle session when deploying application in more than a server?
What is query string?
How to implement form based authentication in asp.net application?
Difference between singleton and singlecall.
What is the file extension of web service?
What is a swagger in web api?