Difference between server.Execute and response.redirect ?
Answer Posted / ram
Response.Redirect redirects from one page to other page with
roundtrip
Server.Execute method can be used after the page processing
is started, allowing the programmer to choose which page to
execute depending on user input.
http://www.interview-questions.maxmice.com
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the disadvantages of view state?
What is a web api?
What are the modes of updation in an updatepanel? What are triggers of an updatepanel?
What is IPostBack? How to use it?
How would you turn off cookies on one page of your website?
What is a Cookie? Where is it used in ASP.NET?
Explain a program using code nuggets to create a simple application? : asp.net mvc
How do u deploy ur project?
What is ispostback method in asp.net? Why do we use that?
What is custom attribute? How to create?
How do I create a web form?
What is the difference between client-side and server-side validations in ASP.NET?
in which protocol ASP.NET WEB API Work?
What is difference Between Authentication and authorization?
What is use of <% %> in asp.net?