What is the transport protocol used to call a webservice ?
What is the transport protocol used to call a webservice ?
		A. TCP
B. HTTP
C. SMTP
D. SOAP 
		A. Transfers all the form data to test.aspx with HTTP headers 
B. Transfers all the form data to test.aspx with out HTTP headers
C. Calls post method on test.aspx
D. None of the above
		A. Open 
B. ExecuteScalar
C. ExecuteReader
D. ExecuteStream
		A. System.Web.Form
B. System.Web.UI.Form
C. System.Web.GUI.Page
D. System.Web.UI.Page 
		A. DataList  
B. Button
C. Panel
D. None of the Above
		A. page_laod event in aspx page
B. page_load event in code-behind 
C. both will run simultaneously
D. None of these
		A. The GridView control 
B. The DetailsView control
C. The FormView control
D. The Table control