Where do we include the user lists for windows authentication ? September 13, 2025 by Admin A. B. C. D. ✅ The correct answer is option C.
When is the user controls code is executed______________? September 13, 2025 by Admin A. After the webform loads B. Before Page_init event of web form C. After the page_init event of webform D. None of the above ✅ The correct answer is option A.
The Following are the minimum requirement to run Asp.net pages_________________? September 13, 2025 by Admin A. Windows explorer B. Java Virtual Machine C. Common Language Runtime D. All of the above ✅ The correct answer is option C.
Which of the following is used to write error message in event Log File ? September 13, 2025 by Admin A. System.EnterpriseServices B. System.Diagnostics C. System.Data D. All of the above ✅ The correct answer is option B.
How do you trace the application_End event on runtime ? September 13, 2025 by Admin A. By Debugging B. Can not be done C. By Tracing D. By Stopping ✅ The correct answer is option B.
The feature in ASP.NET 2.0 that is used to fire a normal postback to a different page in the application is called ? September 13, 2025 by Admin A. Cross Page Posting B. Code-front C. Theme D. None of the above ✅ The correct answer is option A.
We can manage states in asp.net application using_______________? September 13, 2025 by Admin A. Session Objects B. Application Objects C. Viewstate D. All of the above ✅ The correct answer is option D.
The namespace within the Microsoft .NET framework which provides the functionality to implement transaction processing is _______________? September 13, 2025 by Admin A. System.Data B. System.Security C. System.Diagnostics D. System.EnterpriseServices ✅ The correct answer is option D.
Which of the following is faster and consume lesser memory ? September 13, 2025 by Admin A. SQLDataReader B. Data Set C. Both A and B D. None of these ✅ The correct answer is option A.
Which language is used to create an ASP.NET code file ? September 13, 2025 by Admin A. Visual Basic B. C# C. C++ D. All of the above ✅ The correct answer is option D.