Difference between server.Execute and response.redirect ?
Answer Posted / jalaja
Server.execute combines the results of 2 pages into 1 page.
It is normally used when the second page does not have
controls which trigger postback events.
Response.redirect is used to redirect to another page from
the first page
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Is data edited in the Repeater control?
What is custom events?
Describe the application event handlers in ASP.NET?
How do u declare static variable and how it is declared and what is its lifetime?
in which protocol ASP.NET WEB API Work?
How to use a Master Database in Asp.net?
In early binding will the method invoked on com component will verify it?s existance in the system or not ?
What is the web.config file in asp?
Explain global assembly cache.
Can user control be stored in library?
How do active server pages work?
What is page fragment caching?
What is the difference between typeof() vs gettype()?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is the asp.net mvc folder conventions? : asp.net mvc