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
Which method is used to perform all validation at the page level?
In which event of the page life cycle, is the viewstate available?
What is form method?
How does session authentication work?
Is data edited in the Repeater control?
What is autopostback in asp net?
When cookie will expire?
What is app_code folder in asp net?
Please brief not about xsd,xslt & xml?
What are the main requirements for caching?
About CLR, reflection and assemblies?
Is asp.net a language?
How do you declare static variable? What is its lifetime?
What are the types of authentication in asp.net?
What are the data controls available in asp.net?