diff between Server.Transfer() and Server.Execute()
Answer Posted / dasharatham
it is redirection of the page with in the same application.
it does not take round trip process back to the client
browser.it is faster than response redirect().
the Server.Execute method is used with ASP pages to execute
another ASP page. This allows greater flexibility in ASP
execution by allowing conditional execution.
| Is This Answer Correct ? | 7 Yes | 7 No |
Post New Answer View All Answers
Explain asp.net page life cycle?
What is the use of service provider?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What are the features that make asp.net more used framework? : asp.net mvc
What are the different ways you would consider sending data across pages in ASP (i.e between asp to asp)?
What is a response cookie?
What are the events in a page life cycle?
What is asp net theme?
Explain the difference between response.redirect vs server.transfer
What is csrf attack in asp.net?
What is odata in web api?
Explain exception handling in .net.
Explain the advantages of passport authentication.
Explain in what order a destructors is called.
What is caching? Explain.