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

what is session . how it is use ?

3 Answers   TCS,


can i inherit one web applications into another web applications in asp.net?

7 Answers  


What is enableviewstate?

0 Answers  


What is difference b/w Generic List and Arraylist, Generic List Vs HashTable, Generic List Vs No Generic? Pls Explain with example.

2 Answers   Polaris, Syntel,


What are Authentication mechanisms in .Net?

6 Answers   Accenture,






How to find last error which occurred in Asp.net ?

0 Answers  


How to retrieve the information from datatable citywise in c#?

2 Answers   HCL,


how to use web services with code?(with example code)

1 Answers   Accenture,


What is binding in web service ?

1 Answers   TCS,


What is custom attribute? How to create?

0 Answers  


What is virtual directory in asp.net?

0 Answers  


Explain different types of Caching techniques in ASP.NET?

0 Answers   Sans Pareil IT Services,


Categories