Differentiate between Server Transfer and Response
Redirect?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the difference between <%#%> and <%=%>?
What are the differences between Dataset and DataReader?
Difference Between ReadOnly and Constant Variable in compile time and Run Time.
3 Answers Phoenix Technologies, Quadrant,
What is role-based security in asp.net?
What is role manager work in web.config? how to restrict perticular pages from the users using the role manager?
What is validationsummary server control? where it is used ?
In order to get assembly info which namespace we should import?
where the stored procedure are written in business logic or data acess layer?
What are custom controls?
What is the difference between a page theme and a global theme?
What is the purpose of master page?
Project Architecture (3tier, n-tier)
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)