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


Please Help Members By Posting Answers For Below Questions

What is difference between static page and dynamic page?

635


What is the use of system.diagnostics.process class in .net?

619


What is il in vb.net?

684


Please explain is the jit an interpreter?

689


What is the use of design pattern?

652






Please explain the difference between constants and read-only variables?

627


Can a try block have more than one catch block?

712


Difference between machine.config and web.config?

646


What is boxing and un-boxing in .net?

687


What is .net code security?

648


What is func in .net 3.5?

649


How to get the number after decimal point in .net?

649


Please explain what do the terms “boxing” and “unboxing” mean?

671


Describe the difference between inline and code behind which is best in a loosely coupled solution?

2283


What is assembly in .net?

687