Which of the following denote page code model in ASP.NET ? September 13, 2025 by Admin A. single-file B. code-behind C. Both A and B D. None of the Above ✅ The correct answer is option C.
In ASP.NET if one uses Windows authentication the current request attaches an object called as_______________? September 13, 2025 by Admin A. WindowsPrincipal B. WindowDatset C. Serialization D. None of the Above ✅ The correct answer is option A.
In ASP.NET the section contain which of the following elements ? September 13, 2025 by Admin A. B. C. Both A and B D. None of these ✅ The correct answer is option C.
Which of these files takes the web application in offline mode ? September 13, 2025 by Admin A. app_offline.html B. app_offline.htm C. appoffline.html D. None of these ✅ The correct answer is option B.
Which namespace allows us to formauthentication ? September 13, 2025 by Admin A. System.Web.Services B. System.Web.Ui.Forms.Security C. System.Web.Configuration D. System.Web.Security ✅ The correct answer is option D.
Which of the following control is used to validate that two fields are equal ? September 13, 2025 by Admin A. equals() method B. RegularExpressionValidator C. RequiredFieldValidator D. CompareValidator ✅ The correct answer is option D.
____________ is a special subfolder within the windows folder that stores the shared .NET component? September 13, 2025 by Admin A. GAC B. Root C. /bin D. None of these ✅ The correct answer is option A.
______________ element in the web.config file to run code using the permissions of a specific user? September 13, 2025 by Admin A. element B. element C. element D. element ✅ The correct answer is option B.
In .NET the operation of reading metadata and using its contents is known as _________________? September 13, 2025 by Admin A. Reflection B. Binding C. Serialization D. Enumeration ✅ The correct answer is option A.
When an .aspx page is requested from the web server, the out put will be rendered to browser in following format ? September 13, 2025 by Admin A. HTML B. WML C. JSP D. XML ✅ The correct answer is option A.