What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / ramgopal reddy
Server.Transfer is used to post a form to another page.
Response.Redirect is used to redirect the user to another
page or site.
Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How can you use a custom controls in ASP.NET application?
Explain MVC model binders?
Describe state management in asp.net?
What is redirecting behavior?
How do I know asp.net mvc version? : Asp.Net MVC
Is there any limit for query string? Means what is the maximum size?
6. Tell us about a time when you failed to meet a deadline. What were the repercussions?
What is a web based system?
How can we make sure that Web API returns JSON data only?
what is loosely coupled solution? How it can be used?
What is the parent class of all the web server control?
What are the differences between application object and session object?
In a Repeater control how one can provide an alternating color scheme ?
What is validation in asp.net?
How can we add an event handler for a ASP.NET function executed on MouseOver for a certain button.