What is the difference between Server.Transfer and
Response.Redirect? Why would you choose one over the other?
Answer Posted / rao
server.transfer is transfer to with in the application
pages.but responce.redirect can transfer to any page.
ex
response.redirect("www.google.com");
it is not work for server.transfer.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the difference between the response.write() and response.output.write() methods?
What are the differences between code behind and code inline?
Do cookies store passwords?
Difference between using directive vs using statement?
How to rename a table using sql queries?
Explain exception handling in .net.
What is advantage of asp.net?
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
How does the iis work?
Describe how passport authentication works.
in which protocol ASP.NET WEB API Work?
What is _viewstart?
How to disable validator control by client side JavaScript?
What is asp.net and its advantages?
What is the asp.net control toolkit?