Why is Global.asax is used ? September 13, 2025 by Admin A. Implement application and session level events B. Declare Global variables C. No use D. All of the above ✅ The correct answer is option A.
What is the maximum number of cookies that can be allowed to a web site ? September 13, 2025 by Admin A. 1 B. 10 C. 20 D. 30 ✅ The correct answer is option A.
Select the caching type supported by ASP.Net? September 13, 2025 by Admin A. DataCaching B. Output Caching C. Both A and B D. None of these ✅ The correct answer is option A.
Which of the following transfer execution directly to another page ? September 13, 2025 by Admin A. Response.Redirect B. Server.Transfer C. Both A and B D. None of these ✅ The correct answer is option B.
In ASP.NET page framework an automatic way to associate page events and methods is______________? September 13, 2025 by Admin A. It is not possible to set automatically page events and methods B. AutoEventWireup attribute of the Page directive is set to False C. AutoEventWireup attribute of the Page directive is set to true D. All of the above ✅ The correct answer is option C.
When does Garbage collector run ? September 13, 2025 by Admin A. It runs random B. When application is running for more than 15 minutes C. When application is running low of memory D. None of these ✅ The correct answer is option C.
Which class can be used to create an XML document from scratch ? September 13, 2025 by Admin A. XmlNew B. XmlConvert C. XmlSettings D. XmlDocument ✅ The correct answer is option D.
The first event to be triggered in an aspx page is__________________? September 13, 2025 by Admin A. Page_Init() B. Page_Load() C. Page_click() D. None of the above ✅ The correct answer is option A.
Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ? September 13, 2025 by Admin A. To create a customized control that needs to display data in a tabular fashion B. To create and populate a Table in Design view C. To create and populate a Table with images D. To display a tabular result set ✅ The correct answer is option A.
In ASP.NET what does the following return ? September 13, 2025 by Admin A. Gives the memory working set B. Return Null value C. Gives Error D. None of the Above ✅ The correct answer is option A.