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 the equivalent of date() and time() in asp.net?
in which protocol ASP.NET WEB API Work?
Is LINQ performance wise better or using sqlcommand?
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.
Describe briefly what is the role of IIS on an ASP.NET application? What does it for the same application?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
How we can force all the validation controls to run?
How do I force the dispose method to be called automatically, as clients can forget to call dispose method?
where can i gather the materials for MCP certification
When maintaining session through sql server, what is the impact of read and write operation on session objects?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
What is difference between or and orelse?
To wrap up a call to a Web service the standard used is..?
In a webservice, need to display 10 rows from a table. Which is the best choice among datareader or dataset?
What is distributed system in asp.net?