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
What is the recommended approach for asp.net mvc to globally intercept exceptions? What other functionality can be implemented with the approach? : Asp.Net MVC
witch is the best insistute in sharpoint course.what abt future of share point course.
What is the advantage of using Windows authentication in a Web application?
Explain how cookies work. Give an example of cookie abuse.
What is difference between cache and session?
What is razor? : asp.net mvc
How do we implement bundling in MVC?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
What are the differences between clr & cts?
What is the difference between equals() and == in c#?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Explain the boxing and unboxing concept in .net?
How should I destroy my objects in asp.net?
What is the use of autowireup in asp.net?
What is the sequence in which ASP.NET events are processed?