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 the importence of the INTERFACE? but not the inheritence concept?and why we r declaring the empty methods in that? we can directly implements with in the class know? Tell me the importence?

2 Answers  


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

0 Answers  


What is the maximum amount of memory any single process on Windows can address? Is this different than the maximum virtual memory for the system? How would this affect a system design?

1 Answers   Infosys, KPIT,


What is the mvc framework?

0 Answers  


What are the three parts of an http response?

0 Answers  


If we write return statement in finally block will it works fine or throws any error?

1 Answers   Patni,


Name the two properties are on every validation control?

0 Answers  


all asp.net interives questions

1 Answers  


What is the main differences between asp and asp.net?

0 Answers  


How many types of triggers are there in update panel?

0 Answers  


How many webforms are possible on a single webpage?

6 Answers  


What are the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


Categories