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 are session and cookies?
What is enableviewstatemac in asp net?
What are the types of authentication in asp.net?
Explain some of the major built-in objects in asp.net
Which method is used to perform all validation at the page level?
Explain the steps needed to be performed in order to create an animation in xaml?
How do you remove duplicates without using remove duplicate stage?
What are the differences between the response.write() and response.output.write()?
What are the differnt types of handler in ASP.NET?
Why is an object pool required?
What is session id in web application?
What are the various types of cookies in asp.net?
What is the question mark in a url?
Explain difference between dataset and recordset?
What are strong names?