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
Are there resources online with tips on asp to asp.net conversions?
If you want to write your own dot net language, what steps you will you take care?
What are the main requirements for caching?
What is directive in asp net?
How do sessions work?
What is the exact purpose of http handlers?
How do u declare static variable and how it is declared and what is its lifetime?
What is Bundling and Minification in MVC?
What is asp.net ajax?
What is event in asp.net?
Explain the use of duration attribute of @outputcache page directive.
9. Why should we hire you over the others waiting to be interviewed?
How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain the flow of processing of the request? : asp.net mvc
What is the function of new view engine in asp.net? : asp.net mvc