What is difference between response.redirect and
server.transfer ?
Answer Posted / minhajul islam
1. Redirect can redirect to outside page while Transfer can
use page only in the same project.
Example : Redirect("www.yahoo.com") while transfer can
only inside current project page.
2. Redirect does not transfer content of the page while
Transfer transfers controls of current to transferred page.
For example if we use Multi-Page form and need to access
components of each page then we can use Transfer but must
use CrossPagePostBack.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Define resource files.
What is the difference between a default skin and a named skin?
In the Repeater control which way you can edit?
What is the use of session?
What is an assembly? Explain its parts.
To bind columns manually which tags do you need to add within the asp:datagrid ?
Why will you usually create an aspnet user account in the database for an asp.net web application?
What are the advantages of the code-behind feature?
How many types of sessions in asp.net?
Where sessions are stored in asp.net?
What is the difference between application state and session state in asp net?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is asp.net file?
What is asp.net futures?
How dataadapter.fill works?