131. What is the significance of Response.AddHeaders( ) ? A. Adds HTTP Headers to output stream B. Adds Tag to rendered Page C. Add Headers to the web site D. None of the above ✅ The correct answer is option A.
132. Attribute must be set on a validator control for the validation to work. A. ValidateControl B. ControlToValidate C. ControlToBind D. Validate ✅ The correct answer is option B.
133. Which of the following denote ways to manage state in an ASP.Net Application ? A. Application objects B. Session objects C. ViewState D. All of the above ✅ The correct answer is option D.
134. Which of the following languages can be used to write server side scripting in ASP.NET ? A. Visual Basic B. C C. C# D. All of the above ✅ The correct answer is option C.
135. asp:dropdownlist> tag replaces which of the HTML tags______________? A. B. C. D. None of the above ✅ The correct answer is option B.
136. Which of the following denote the web control associated with Table control function of ASP.NET ? A. DataList B. TableRow C. ListBox D. All the Above ✅ The correct answer is option B.
137. How do you add ASP.Net 3rd party component__________________? A. Add reference of dll file and place the code where ever required B. By add/Remove items in the project menu C. Cannot add 3rd party component to asp.net D. None of the above ✅ The correct answer is option A.
138. Which of the following is TRUE about Windows Authentication in ASP.NET ? A. Role membership determined only by user programming B. Automatically determines role membership C. ASP.NET does not support Windows Authentication D. None of these ✅ The correct answer is option B.
139. How to implement authentication via web.config ? A. Include the deny element. B. Include the identity element. C. Include the authorization element. D. Include the authentication element ✅ The correct answer is option C.
140. In .NET the operation of reading metadata and using its contents is known as ________________? A. Reflection B. Enumeration C. Serialization D. Binding ✅ The correct answer is option A.