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

How can we register exception filter globally?

594


Where are session variables stored?

517


How we implement web farm and web garden concept in asp.net?

549


What is active web pages?

513


What is the concepts of globalization and localization in .net?

533






List the asp.net validation controls?

529


What is session in http request?

558


Explain the features that make asp.net more used framework? : asp.net mvc

489


What are different types of authentication techniques that are used in connection strings to connect .net applications with microsoft sql server?

534


What do you understand from custom control?

613


Does asp.net still recognize the global.asa file?

559


Differentiate between authentication and authorization.

566


What is aspect-oriented programming?

551


What are the different method of navigation in asp.net?

571


What is caching? What are different ways of caching in asp.net?

667