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
Why is an object pool required?
Is there any property names “isnavigating”?
What is session in web technology?
Distinguish between Server-side and Client-side code with its functionality?
What is page request in asp.net?
What is the full meaning of asp.net?
What is asp.net and how it works?
What are the new features added from ASP to ASP.NET?
What are the advantages and limitations of query string?
Where the viewstate is stored after the page postback?
How will you do Redo and Undo in a TextControl?
What is query string? What are its advantages and limitations?
Explain how do you validate the controls in an asp .net page?
How can we use Web API with ASP.NET Web Form?
What are the elements of a website?