Differentiate between Server Transfer and Response
Redirect?

Answers were Sorted based on User's Feedback



Differentiate between Server Transfer and Response Redirect?..

Answer / 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

Differentiate between Server Transfer and Response Redirect?..

Answer / lalit

Server Transfer can only redirect to the pages (URL)which
are available within that server and can carry the control
state while transferring.

Response Redirect allows you to transfer to the pages (URL)
which might or might not available in that web server. and
cannot carry the control state while transferring.

Is This Answer Correct ?    5 Yes 1 No

Post New Answer

More ASP.NET Interview Questions

What are the differences between clr & cts?

0 Answers  


difference between gridview,data list and repeater control

7 Answers   ABC, Olive Tech,


Briefly describe different techniques for ASP.NET State Management?

6 Answers   Deloitte, Syntax Softtech,


How about the security in Activex DLL and Activex EXE ?

0 Answers   DELL,


In how many ways we can retrieve table records count?

0 Answers  






What are the components of ado.net?

0 Answers  


i want to develope a page for online test using asp.net with c#.net. so, how to insert the questions in the database sqlserver2000 and how to pick the questions randomly when user login for test. plz send the code for this....

3 Answers   Chaitanya, Crysalis, CTS, HCL, Sein Infotech, TCS,


What are session state modes in asp.net?

0 Answers  


What is a Repeater Control and how does it works? and what is the diffrence b/w Gridview,datalist and repeater control?

2 Answers   USi,


hi ans dis qstn. "what is d max size of query string. If it exceeds does it give error. if yes wt error it gvs, if no gv the reason" thnx in advance

3 Answers  


What is view state? where it stored? can we disable it ?

1 Answers  


How do I debug an asp.net application that was not written with visual studio.net and that does not use code-behind?

0 Answers  


Categories