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
What is viewstate in asp net with example?
Why do we need a web application session?
What is caching in asp.net?
Explain asp.net web forms.
How can we Validate a Controls in ASP.NET page using JavaScript?
how to retrieve property settings from xml .config file.
Explain the difference between server control and html control.
Describe the application event handlers in ASP.NET?
what are the ihttphandler and ihttphandlerfactory interfaces ?
How can you pass multiple complex types in Web API?
How would you turn off cookies on one page of your website?
What is the advantage of using Windows authentication in a Web application?
Explain security types in asp.net?
Explain the benefits of viewstate?
What is connection pooling and how to enable and disable connection pooling?