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


Please Help Members By Posting Answers For Below Questions

Is asp.net mvc still used? : Asp.Net MVC

687


What are the types of caching in asp.net?

760


What are all the various Estimation Techniques available ?

861


Write a code for sending an email from asp.net application.

756


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?

838


What are Caching techniques in .NET

795


Explain the steps to be followed to use passport authentication.

785


How does session id work?

665


What is event in asp.net?

729


Explain different types of validators in asp.net?

714


How does session state work in asp.net?

705


What are the differnt types of handler in ASP.NET?

725


What is inproc and outproc?

737


Can you change a Master Page dynamically at runtime?

758


When maintaining session through sql server, what is the impact of read and write operation on session objects?

747