Test Status
      ASPRANDOMTEST
      (A) Browser requests ASP code, server returns code, browser executes code into HTML form
      (B) Browser requests ASP code, server executes ASP code and returns HTML document to browser
      (C) Browser requests code, server returns code, Windows executes code since ASP is Microsoft code.
      (A) ValidationExpression
      (B) InitialValue
      (C) ControlToValidate
      (D) ControlToCompare
      (A) Scripting is separated from the HTML, Code is interpreted seperately
      (B) Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server
      (C) Code is separated from the HTML and interpreted Code is interpreted separately
      (A) RegularExpressionValidator
      (B) CompareValidator
      (C) equals() method
      (D) RequiredFieldValidator
      (A) Connection string, connection object, close connection string, close connection object
      (B) Connection object, connection string, close connection string, close connection object
      (C) Connection object, connection string, close connection object, close connection string
      (A) Server
      (B) Response
      (C) Collection
      (D) Request
      (A) Declare Global variables
      (B) Implement application and session level events
      (C) No use
      (A) Window class
      (B) Web class
      (C) Form class
      (D) Page class
      (A) <% Language=VBScript %>
      (B) <%@ Language=VBScript %>
      (C) <% ASPLanguage = VBScript %>
      (A) EcmaScript
      (B) VBScript
      (C) PERL
      (D) JavaScript
      (A) Output Caching
      (B) DataCaching
      (C) a and b
      (D) none of the above
      (A) Using SQLDataAdapter
      (B) Using SQLDataReader
      (C) Using SQLCommand
      (D) None
      (A) User controls are displayed correctly in the Visual Studio .NET Designer
      (B) Custom controls are displayed correctly in VS.Net Designer
      (C) User and Custom controls are displayed correctly in the Visual Studio .NET Designer.
      (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 ODBC driver to use, database format and filename
      (D) Opens the initial connection to a database
      (A) Use the ImageMap control and randomly select a HotSpot to show or hide.
      (B) Use the Image control to hold the image and a Calendar control to randomly select a date for each image to be displayed.
      (C) Use the AdServer control and create an XML file with configuration of the control.
      (D) Use an ImageButton control to predict randomness of the image to be loaded based on the clicks of the control.
      (A) Response.Write(System.Environment.Version.ToString() );
      (B) Response.Write(Version.ToString() );
      (C) Response.Write(System.Version.ToString() );
      (D) not possible