Which one of the following namespaces contains the definition for IdbConnection ?
		A. System.Data.Interfaces
B. System.Data.Connection 
C. System.Data.Common
D. System.Data
		A. Response.Cache.SetNoServerCaching();
B. Response.Cache.SetNoCaching();
C. Response.Cache.SetNoStore(); 
D. None of these
		A. single-file
B. code-behind
C. Both A and B 
D. None of the Above
		A. The default constructor
B. The Control_Build() method
C. The Paint() method
D. The Render() method 
		A. Viewstate can store onlys string
B. Viewstate can store anything
C. Viewstate can store only serilizable object 
D. None of these
		A. Avoid page to be cached 
B. Clears the buffer area
C. The session expires
D. None of the Above
		A. To configure the web server
B. To configure the web browser
C. Configures the time that the server-side codebehind module is called
D. To store the global information and variable definitions for the application