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 use of data set in asp.net?

482


Is a dll file an executable?

550


How do I use response redirect?

553


What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?

504


Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?

519






How do you do Client-side validation in .Net?

571


What are session and cookies?

525


What are the namespaces used in asp.net mvc? : asp.net mvc

511


Explain login control and form authentication.

557


How to disable cut, copy and paste in TextBox using jQuery in asp.net?

629


what is meant by sitemapnode ?

1495


Is it right that ASP.NET Web API has replaced WCF?

504


What is viewstate information stored?

596


What are the different types of cookies in asp.net?

518


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

533