What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / rohan more
Incase of Server.Transfer ,it doesnot cause rod trip to
client and also it does not store url history and directly
redirect to the requested page without changing URL(Please
note).It transfer from Server itself.
where as in case of Response.redirect it cause round trip
to client browser and then transfer from page which cause
request to redirected page.
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can we have multiple web config files for an asp.net application?
Can I have a unique key as foreign key?
Why do we need Sessions?
How many types of controls are there in asp.net?
How do we sort the data from a dataset?
Define cookie.
What are the advantages and disadvantages of Using Cookies?
Difference between singleton and singlecall.
Do cookies store passwords?
To add a hyperlink column to the DataGrid which tag is used ?
How may clustered index we can create in table?
Is asp.net still used?
What would be salary for 8+ years of experience in ASP.NET in different metro city in india?
What is asp.net with mvc? : Asp.Net MVC
How do we assign page-specific attributes?