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
Is it possible to create web application with both webforms and mvc?
Describe a bubbled event and how it is used ?
How do you store a value in viewstate and retrieve them?
What is _dopostback in asp net?
What is custom attribute?
What is asp short for?
In your ASP.NET 2.0 web application you want to display an image that is selected from a collection of images. What approach will you use to implementing this?
Define globalization and localization.
How does the cookies work in asp.net?
Explain the flow of processing of the request? : asp.net mvc
How to create a db connection at one place/page so that we can use that connection for all pages/forms/windows.what r the steps ned to be performed if question not clear,let me know
What does session_start () do?
How to register exception filter globally?
What are the types of session in asp.net?
What is asp.net architecture?