| 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...
-
Union: It is used to combine the data from two sets. Example: display the list of all jobs available in dept 20 and 30 select job from em...
-
Creating a Table To store data into the relational database you must create a table in the database and for this purpose you need to use the...
-
File->New Project->Select the template ASP.NET MVC4 Web Application Select the type of Template And Click On OK Button Now I want to c...
No comments:
Post a Comment
Thank you for visiting my blog