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


Please Help Members By Posting Answers For Below Questions

Define asp.net caching?

538


What is side-by-side execution? Can two applications, one using a private assembly and other using a shared assembly, be stated as side-by-side executables?

571


Give an example of what might be best suited to place in the application_start and session_start subroutines?

526


Can one dll file contains the compiled code of more than one .net language?

540


How to improve performance of web application asp.net mvc? : Asp.Net MVC

494






How is application management and maintenance improved in asp.net 2.0?

543


What are the parts of an http response?

499


What are session state modes?

568


I want to connect a system in LAN and I want to access that. Whenever I am moving a mouse in my desktop, the similar thing has to happen in another system in which I have connected. I need coding for this in C# and ASP.NET Can anyone please help me. It is very urgent. Thanks in advance. My email id is manojkumarchallagundla@gmail.com Will you please?

1462


What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

546


What is a pixel url?

514


Is asp.net and .net same?

543


What is http response header?

564


Is asp.net a programming language or framework?

554


What is manifest in .net framework?

543