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
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What will happen if the server confugration file and the application confugration file have different values for sassion state ASP.NET?
Is razor a programming language?
What are the types of authentication in asp.net?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
What is the mvc model?
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
Explain cashing in asp.net.
What is tracing? Where is it used?
What r the asp.net list controls and difference between them?
Is asp.net and .net same?
How do I know asp.net mvc version? : Asp.Net MVC
What is advantage of code behind coding in ASP.NET?
What is asp.net caching?
What is the difference between login controls and forms authentication?