Give one word: What model does ASP.NET request processing is based on__________________?
		A. Top-down
B. Bottom-up
C. Waterfall
D. Pipeline 
		A. 1 
B. 10
C. 20
D. 30
		A. Parameterized constructor
B. On click of button
C. Global.asax
D. Default constructor 
		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. Page_Load()
B. Page_Init() 
C. Page_click()
D. Page_doubleclick()
		A. .NET Remoting
B. .NET Threading 
C. .NET RMT
D. None of these
		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