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
Explain what is an assembly?
How is my content secured from unauthorized access?
What is the difference between adding reference in solution explorer and adding references by using ?
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
Where is session cookies stored?
What is the difference between executescalar and executenonquery?
What is ispostback method in asp.net? Why do we use that?
What are themes and skins in 2.0, explain usage scenario?
How does output caching work in ASP.NET?
Write a code snippet to implement the indentation in json in web api.
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
What is a user session?
How to do state management in ASP.NET?
How do I open an ashx file in windows 7?
How Session use Cookies in State Management?