In ASP.NET page framework an automatic way to associate page events and methods is______________?

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.

Which of the following represents the best use of the Table, TableRow, and Table-Cell controls ?

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.