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

how can we display records in single datagrid using two datasets in different place?

2 Answers   Global Computer, Honeywell,


What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

4 Answers  


benefits of migration from asp to asp.net hi frnds, i have to give presentation to a client about how useful would be migrating their project from asp to asp.net .plz give me some points which i should incorporate in my ppt thanks

0 Answers   HCL,


3. What goals do you have in your career?

0 Answers   Swatz Oils,


What is the need to give <compilation debug=true> command ?

3 Answers   Netsweeper,






what is satellite assembly in .net?

4 Answers   iSoft,


Code for scolling in gridview

1 Answers   TCS,


What is shadowing?

2 Answers   Syntax Softtech,


Define msil.

0 Answers  


What are the merits and demerits of viewstate?

0 Answers   Siebel,


What namespaces are imported by default in ASMX files?

2 Answers  


What is postback pixel?

0 Answers  


Categories