What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other?
Answer Posted / sudhir kunnure
Server.Tranfer direct shows requested page without any
server side roundtrip.
But response.redirect it round trip to server then shows
requested website or page.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What is work flow gen? how can it will work with .Net?
Is asp.net 64-bit enabled? How?
What is actually returned from server to the browser when a browser requests an .aspx file and the file is displayed?
Is a dll file an executable?
What is a web farm?
Explain asp.net application life cycle?
How can we create pie chart in asp.net?
Diff between web user control and web custom control?
What is odata in web api?
What are triggers of an updatepanel?
What is difference cookie and session?
How to comment out asp.net tags?
What is css and what is it used for?
How should I destroy my objects in asp.net?
How can you send an email message from an asp.net web page?