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 |
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?
What are the features that make asp.net more used framework? : asp.net mvc
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?
What is the mvc framework?
What are the three parts of an http response?
If we write return statement in finally block will it works fine or throws any error?
Name the two properties are on every validation control?
all asp.net interives questions
What is the main differences between asp and asp.net?
How many types of triggers are there in update panel?
How many webforms are possible on a single webpage?
What are the namespace classes used in asp.net mvc? : asp.net mvc