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 the concept of view state in asp.net?
Describe the master page.
What is latest version of asp.net mvc? : Asp.Net MVC
What is request and response in asp.net?
How you will improve web application performance?
What is Web API?
How can you apply a theme to your asp.net application?
What are custom controls?
What are session state modes?
What is custom attribute? How to create?
If you are using components in your application, how can you handle exceptions raised in a component?
What is sql data source control in asp.net?
Distinguish between Server-side and Client-side code with its functionality?
What is considered a service provider?
What is query string? What are its advantages and limitations?