diff between Server.Transfer() and Server.Execute()



diff between Server.Transfer() and Server.Execute()..

Answer / 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

More ASP.NET Interview Questions

Using shadow variable is good or bad for application?

1 Answers   Keane India Ltd,


What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?

4 Answers  


asp.net interview questions

0 Answers  


About friend and Protected friend ?

3 Answers   MMTS,


Differentiate between client-side and server-side validations in web pages.

0 Answers  






What are the difference between ASP and ASP.Net?

4 Answers   Accenture, Mphasis,


What are the types of assemblies and where can u store them and how a private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein)?

3 Answers   Accenture,


How to bind all the binding controls in a page at once in ASP.NET?

0 Answers   Viscus Infotech,


What are the built-in objects in asp.net?

0 Answers  


What is the function of new view engine in asp.net? : asp.net mvc

0 Answers  


can i use store procedure in disconnected mode? give me answer

2 Answers  


What is difference in .net 1.1 and .net 2.0?

0 Answers  


Categories