Who can access Session state variables ?
		A. All users within a single tunnel
B. All Users of an application
C. A Single session 
D. All of the above
		A. Request object 
B. Hidden fields
C. View state
D. Cookies
		A. Application object
B. Session object 
C. Server object
D. Response object
		A. Client-side code
B. Server-side code 
C. Both A and B
D. None of these
		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. IsPostBack is a readonly property of System.Web.UI.Page class
B. IsPostBack is a method of System.UI.Web.Page class
C. IsPostBack is a method of System.Web.UI.Page class 
D. None of these
		A. System.Web.Form
B. System.Web.UI.Form
C. System.Web.GUI.Page
D. System.Web.UI.Page