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
What is difference between static page and dynamic page?
What is the use of system.diagnostics.process class in .net?
What is il in vb.net?
Please explain is the jit an interpreter?
What is the use of design pattern?
Please explain the difference between constants and read-only variables?
Can a try block have more than one catch block?
Difference between machine.config and web.config?
What is boxing and un-boxing in .net?
What is .net code security?
What is func in .net 3.5?
How to get the number after decimal point in .net?
Please explain what do the terms “boxing” and “unboxing” mean?
Describe the difference between inline and code behind which is best in a loosely coupled solution?
What is assembly in .net?