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 asp.net mvc still used? : Asp.Net MVC
What are the types of caching in asp.net?
What are all the various Estimation Techniques available ?
Write a code for sending an email from asp.net application.
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
What are Caching techniques in .NET
Explain the steps to be followed to use passport authentication.
How does session id work?
What is event in asp.net?
Explain different types of validators in asp.net?
How does session state work in asp.net?
What are the differnt types of handler in ASP.NET?
What is inproc and outproc?
Can you change a Master Page dynamically at runtime?
When maintaining session through sql server, what is the impact of read and write operation on session objects?