What is the difference between Server.Transfer and
Response.Redirect?
Answer Posted / kvnvani
Server Transfer simply tranfer execution to another page .
This doesnt require any information to be sent to the
browser that is it all occors on the server without the
users knowledge, doesnt update the client's URL history
list or current url
Response Redirect method sends HTTP information to the
browser instructing it to go to another page perform round
trip back to the client when the client's browser is
redirected to the new page.The user's browser history list
is updated to reflect the new address.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you explain how ASP.NET application life cycle and page life cycle events fire?
What is simple data binding?
Is asp.net still used?
What is the difference between mvc and asp.net? : Asp.Net MVC
What are sharepoint pages?
In ViewState How much lifespan items stored?
What is ViewState? What does the "EnableViewState" property do? Why would I want it on or off?
What is the server of asp.net?
Explain the difference between server control and html control.
Is asp.net a programming language or framework?
How to rename a table using sql queries?
What are the difference between function and stored procedure in .net programming language?
Securitywise What are the Enhancements in 2.0?
Is session server side or client side?
How to reduce the width of textbox in editcommandcolumn of datagrid?