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


Please Help Members By Posting Answers For Below Questions

What is the concept of view state in asp.net?

760


Describe the master page.

738


What is latest version of asp.net mvc? : Asp.Net MVC

673


What is request and response in asp.net?

707


How you will improve web application performance?

723


What is Web API?

824


How can you apply a theme to your asp.net application?

719


What are custom controls?

700


What are session state modes?

740


What is custom attribute? How to create?

744


If you are using components in your application, how can you handle exceptions raised in a component?

2287


What is sql data source control in asp.net?

771


Distinguish between Server-side and Client-side code with its functionality?

832


What is considered a service provider?

704


What is query string? What are its advantages and limitations?

724