Which of the following denote New Data-bound Controls used with ASP.NET ?
		A. SqlDataSource
B. FormView
C. GridView
D. All of the above 
		A. Maps the specified absolute path to virtual path
B. Maps the specified virtual path to a physical path 
C. All of the above
D. None of the above
		A. The DataSet schemas must match in order to merge
B. The destination DataSet must be empty prior to merging
C. A primary key must be defined on the DataTable objects 
D. A DataSet must be merged into the same DataSet that created it.
		A. Set the ClientTarget property to Downlevel 
B. Set the Runat property to server
C. Set the inherits property to codeb
D. Set the language property to C#
		A. Load() 
B. Unload( )
C. PreRender( )
D. None of the Above 
		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
		A. VB
B. C-sharp
C. Both A and B 
D. C++