Which of the following allow writing formatted output ?
		A. Response.Output.Write() 
B. Response.Write()
C. Both A and B
D. None of these
		A. DataList
B. TableRow 
C. ListBox
D. All the Above
		A. Server.CreateObject(“Scripting.FileSystemObject”) 
B. Create Object:”Scripting.FileSystemObject”
C. Server.CreateObject(“FileSystemObject”)
D. Create(“FileSystemObject”)
		A. None
B. One
C. Two
D. Many 
		A. Response.Output.Write() allows you to write formatted output 
B. Response.Output.Write() allows you to stream output
C. Response.Output.Write() allows you to buffer output
D. Response.Output.Write() allows you to flush output
		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. Set AutoGenerateColumns Property to true on the datagrid tag
B. Set AutoGenerateColumns Property to false on the datagrid tag 
C. Set AutomaunalColumns Property to true on the datagrid tag
D. It is not possible to do the operation