What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / kinjal
server.transfer is processing direct one page to the another page without round trip to back to the client browser.
response.redirect is processing round trip from one page to another page and back to the client browser.
server.transfer is better than response.redirect.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain what is a delegate?
Explain can 2 different applications use the same dll in gac at the same time?
What are the differences between an interface and an abstract class in .net?
Which namespace is require to used XML in .NET?
Please explain the difference between constants and read-only variables?
What is 'Common Type System' (CTS) in .NET?
What is the difference between asp.net & vb.net and explain architecture?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
What is web.config in .net?
Please explain what is the .net framework and how does it work?
Is there built-in support for logging?
What are asp.net authentication providers and iis security?
What's singlecall activation mode used for in .net?
How to get the number after decimal point in .net?
How will you make .NET programs work in Linux ?