| |
GeekInterview.com > Interview Questions > Microsoft > ADO.NET 2.0
| Print | |
Question: What is the difference between server.transfer and response.redirect
|
| July 07, 2007 00:47:59 |
#1 |
| ramakrishnag1982 |
Member Since: November 2006 Total Comments: 11 |
RE: What is the difference between server.transfer and... |
Transfer is more efficient over the Response.Redirect, because Response.Redirect causes a round trip to server as the page is processed once again on the client and a request is made to server there after.
|
| |
Back To Question | |