Correct Answer: custom HTTP handlers
Explanation:
Note: This Question is unanswered, help us to find answer for this one
ASP.NET Skill Assessment
Your Skill Level: Poor
Retake Quizzes to improve it
More ASP.NET MCQ Questions
Which are primary request headers involved in Web API content negotiation?
Property used to ensure that the encoded and encrypted viewstate is not tampered with?
Statement prevents a browser from caching an .aspx page?
Consider the following events: 1. Page_Load 2. Page_Unload 3. Control Event 4. Page_Init What is the order of their execution?
You want to send the string 'hello there' as a Querystring parameter called 'greetings' to a web page named 'greetings.asp'. Which of the following statements is correct?
You are developing an application to take orders over the lnternet. When the user posts back the order form, you first check to see whether he is a registered customer of your company. if not, you must transfer control to the Register html page. Which method should you use to effect this transfer?
How to pop-up a window to display text that identifies the author of the book?
Your company, Storeit inc has stored the text of several journals in a Microsoft SOL Server 7.0 database. Each sentence is stored in a separate record so that the text can be retrieved with the finest granularity. Several of these works are many thousands of printed pages in length. You are building a Web application that will allow registered users to retrieve data from these volumes. When a user of your Web application requests large amounts of text. your application must return it in the most effident manner possible. How should you build the large String object that is required to provide the most efficient response to the user?
Capable of returning multiple rows and multiple columns from the database?
Which directive can be used to include libraries in an ASP.NET page?