What is difference between Server.transfer and
Response.redirect ?
Answer Posted / khaleek ahmad
1) In Response.Redirect previous page is not accessible
while in Server.Transfer it is optional.
Server.Transfer(URL,bPreserveForm);
2) Server.Transfer use only within the server.But
Response.Redirect can be use ouside the server.But it should
be a full path.
For more detail please see at
http://interview-preparation-for-you.blogspot.com/2010/12/difference-between-servertransfer-and.html
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
difference between partial and public ?
How to handle error in asp
What is aspx used for?
What is the difference between server-side validation and client-side validation?
Explain how to handle error in asp?
Define querystring collection in asp?
Name the browsers that can access asp pages?
What is the difference between cshtml and aspx?
difference between html and asp?
What are the different types of html?
Explain what inheritance is and an example of when you might use it?
What options are available to deploy my .net applications?
Define response object?
How do I make it so that code runs when the security system is stopping it?
Explain the post and get method or explain the difference between them?