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 an asp.net validator? And, mention its types.

0 Answers  


Explain the role of global.asax?

0 Answers  


When we are requesting a new URL through Response.Redirect() the new page wil open on the new browser window or it wil open in the same window? If we use Server.Transfer() what wil happen?

1 Answers  


What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC

0 Answers  


What is simple data binding?

0 Answers  






Do you know using sql cache invalidation?

0 Answers  


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

0 Answers  


What is a web api? Which protocol is used in a web api?

0 Answers  


What is the full meaning of asp.net?

0 Answers  


What is the purpose of master page?

0 Answers  


What are Master pages? How to define a Master page?

3 Answers  


What are uri parameters?

0 Answers  


Categories