Test Status
      ASPTEST9
      (A) HtmlCheckBox
      (B) HtlmInputCheckBox
      (C) HtmlControl
      (D) None
      (A) <% Language=VBScript %>
      (B) <%@ Language=VBScript %>
      (C) <% ASPLanguage = VBScript %>
      (A) ISerializable
      (B) ISingleCall
      (C) IUnknown
      (D) IMarshalByValue
      (A) Page_Load()
      (B) Page_Init()
      (C) Page_click()
      (A) Response.Cache.SetNoStore();
      (B) Response.Cache.SetNoServerCaching();
      (C) Response.Cache.SetNoCaching();
      (D) None of these
      (A) ADODB.Connection
      (B) ADODB.Recordset
      (C) ADODB.Command
      (D) All of the above
      (A) The Paint() method
      (B) The Control_Build() method
      (C) The default constructor
      (D) The Render() method
      (A) ObjectDataSource
      (B) SqlDataSource
      (C) LinqDataSource
      (D) XmlDataSource
      (A) Open the database, interact with the db, close the database
      (B) Open a connection, interact with the db, close the connection
      (A) Server.CreateObject("Scripting.FileSystemObject")
      (B) Create("FileSystemObject")
      (C) Create Object:"Scripting.FileSystemObject"
      (D) ans.Server.CreateObject("Scripting.FileSystemObject")
      (A) Connection object, RecordingSet object
      (B) Connection object, Recordset object
      (C) Connect object, RecordingSet object
      (D) Connect object, Recordset object
      (A) RegSvr.exe
      (B) GacUtil.exe
      (C) GacSvr32.exe
      (D) GacMgr.exe
      (A) Specifies whether to use a DSN or DSN-less connection
      (B) Specifies which type of database is being used
      (C) Specifies the type of driver to use, database format and filename
      (D) First opens the initial connection to a database before giving any database information
      (A) Separation model
      (B) Code-Behind model
      (C) In-Line model
      (D) ClientServer model
      (A) ControlToValidate
      (B) ControlToBind
      (C) ValidateControl
      (D) Validate