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
What is a page life cycle? What are the events in a page life cycle?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
How do I create a web form?
What are the new web part controls in asp.net 2.0 ?
Describe how passport authentication works.
How to use push notification?
How you can return View from ASP.NET Web API method?
What are the new login controls in asp.net 2.0?
What is client side state management?
Explain model, view and controller represent in an mvc application? : asp.net mvc
Which library is used by the testers and developers to develop automated tests and create testing tools?
What is comparevalidator?
What is autopostback in asp net?
What is HTTPModule and HTTPcontext? What is the use of each?
What is meant by web application?