Differentiate between Server Transfer and Response
Redirect?

Answer Posted / srujana

Server Transfer :
1. To transfer page processing from one page directly to
the next page without making a round-trip back
to the client's browser we use Server Transfer .
2. Server Transfer provides a faster response with a little
less overhead on the server.
3. The clients url history list or current url is not
updated by the Server Transfer.


Response Redirect :
1. To redirect the user's browser to another page or site
Response.Redirect is used.
2. This performs a trip back to the client where the
client's browser is redirected to the new page.
3. The user's browser history list is updated to reflect
the new address.

Is This Answer Correct ?    21 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you identify that the page is post back?

550


Where is cookie used in asp.net?

573


What is the difference between user control and custom control?

476


How does the cookies work in asp.net?

550


What does the hotspot class in .net do?

563






Define the steps to set up validation control.

576


What are Master Pages in ASP.NET?

571


What is csrf attack in asp.net?

515


What is %20 in a url?

540


What are cao and sao.

542


Explain Life cycle of ASP.NET page when a request is made.

747


Can more than one person use the same login?

570


What is data cache in sql server?

588


What is directive in asp net?

537


Explain the steps to be followed to use passport authentication.

587