In .NET the operation of reading metadata and using its contents is known as ________________? September 13, 2025 by Admin A. Reflection B. Enumeration C. Serialization D. Binding ✅ The correct answer is option A.
Which of the following denote ways to manage state in an ASP.Net Application ? September 13, 2025 by Admin A. Application objects B. Session objects C. ViewState D. All of the above ✅ The correct answer is option D.
Which of the following languages can be used to write server side scripting in ASP.NET ? September 13, 2025 by Admin A. Visual Basic B. C C. C# D. All of the above ✅ The correct answer is option C.
asp:dropdownlist> tag replaces which of the HTML tags______________? September 13, 2025 by Admin A. B. C. D. None of the above ✅ The correct answer is option B.
Which of the following denote the web control associated with Table control function of ASP.NET ? September 13, 2025 by Admin A. DataList B. TableRow C. ListBox D. All the Above ✅ The correct answer is option B.
How do you add ASP.Net 3rd party component__________________? September 13, 2025 by Admin 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.
Which of the following is TRUE about Windows Authentication in ASP.NET ? September 13, 2025 by Admin 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.
What is the significance of Response.AddHeaders( ) ? September 13, 2025 by Admin 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.
Attribute must be set on a validator control for the validation to work. September 13, 2025 by Admin A. ValidateControl B. ControlToValidate C. ControlToBind D. Validate ✅ The correct answer is option B.
Which object can help you maintain data across users ? September 13, 2025 by Admin A. Response object B. Application object C. Session object D. Server object ✅ The correct answer is option B.