Which of these classes maps to the tag ?
(A) HtlmInputCheckBox
(B) HtmlCheckBox
(C) HtmlControl
(D) None of these
In .NET the operation of reading metadata and using its contents is known as ________________?
(A) Reflection
(B) Enumeration
(C) Serialization
(D) Binding
What is/are the predefined TraceListener(s) in ASP.Net?
(A) EventLogTraceListener
(B) TextWriterTraceListener
(C) DefaultTraceListener
(D) All of the above
Whats is the significance of Response.ClearHeaders( ) ?
(A) Clears all the section value from rendered HTML File
(B) Clears the content of the Rendered page
(C) Clears all Headers from the buffer stream
(D) None of the above
Custom Controls are derived from which of the classes_________________?
(A) Website
(B) WebForm
(C) Webfarm
(D) None of the above
To add a custom control to a Web form we have to register with?
(A) Name space of the dll that is referenced
(B) Assemblyname
(C) TagPrefix
(D) All of the above
What executable unit gets created when we build an ASP.Net application ?
(A) . EXE
(B) . COM
(C) . DLL
(D) None of the above
Which of the following object is not an ASP component ?
(A) AdRotator
(B) File Access
(C) LinkCounter
(D) Counter
What is a diffgram ?
(A) Finds the difference in two objects
(B) Finds the difference in two files
(C) The one which renders the dataset object contents to XML
(D) None of the above