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 advantage of code behind coding in ASP.NET?
Explain how dot net compiled code will become platform independent?
Explain what does mvc represent in asp.net? : asp.net mvc
How to improve performance of web application asp.net mvc? : Asp.Net MVC
What are strong names?
Explain what the contents of cookie?
How to do parallel database export in remote SQL Server in ESSL time track. It is working for local server but not working for remote SQL Server
Is asp.net and .net the same?
Explain the difference between dataset and datareader.
How can I create master page in asp net?
What is an example of an application service provider?
To add a hyperlink column to the DataGrid which tag is used ?
Explain what does wsdl stand for?
Why and where this web.config file is used?
Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?