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
What is viewstate in asp net with example?
What are the advantages of using Master Pages?
Explain client-side scripting?
What is the difference between GridView and Repeater controls in ASP.NET?
What are user controls?
Which platform does Microsoft .NET use for exchanging data between applications?
What are the parts of an http response?
Is asp net front end or backend?
Describe the sequence of action takes place on the server when ASP.NET application starts first time?
What is comparevalidator?
What are httphandlers and httpmodules and difference between them?
What is viewstate information stored?
Difference between web user control and web custom control?
Define managed code and managed data in .net?
What are the features of asp.net mvc?