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
How long do session variables last?
Just by seeing the signature of the bean how can you specify whether it is a stateful or stateless session bean?
when a request is made in Life cycle of ASP.NET page .
What are the features of asp.net mvc?
What is the function of new view engine in asp.net? : asp.net mvc
Can you change a master page dynamically at runtime? How?
explain code with multi inhertance
How would you get asp.net running in apache web servers?
What are the new features added from ASP to ASP.NET?
What is the difference between adding reference in solution explorer and adding references by using ?
What is redirecting behavior?
What is the usage of DelegatingHandler?
What is application variable in asp.net?
Can we set which type of comparison we want to perform by the CompareValidator control?
What is the difference between web.config and machine.config in ASP.NET?