server.transfer | Response.Redirect |
does not send any message to the browser but rather redirects the user directly from the server itself | it sends message to the browser saying it to move to some different page. |
so in server .transfer there is no round trip | has round trip and hence put loads on server |
using server.transfer you can not redirect to different server example if your server is www.yahoo.com and cannot using server.transfer to move to www.microsoft.com | using response.redirect you can redirect to different server |
| |
| |
Saturday, July 5, 2014
Server.Transfer and Respone.Redirect
Subscribe to:
Post Comments (Atom)
Python -3
Lists It is used to store Collection of data. Lists are created using square brackets: List Items Order cannot be changed. It can have dup...
-
Super aggregates: Are used to calculate aggregates of aggregates There are two super aggregates functions Roll Up Cube When there is a singl...
-
SOLID principles allows object oriented programming implementation in an efficient better way into project development S-->Single R...
-
Visual Studio 2015 installation will not have Crystal Reports and hence we need to install it you can download it from the following locat...
No comments:
Post a Comment
Thank you for visiting my blog