How many classes can a single .NET DLL contain ?
How many classes can a single .NET DLL contain ?
		A. None
B. One
C. Two
D. Many 
		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
		A. Page_Init() 
B. Page_Load()
C. Page_click()
D. None of these
		A. 1 
B. 10
C. 20
D. 30
		A. ControlName
B. Designation
C. ID 
D. Name
		A. System.Data
B. System.Security
C. System.Diagnostics
D. System.EnterpriseServices 
		A. Code is separated from the HTML and interpreted Code is interpreted separately 
B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
C. Scripting is separated from the HTML, Code is interpreted seperately
D. None of these