Test Status
      ASPTEST8
      (A) Window class
      (B) Web class
      (C) Form class
      (D) Page class
      (A) To create and populate a Table in Design view
      (B) To create a customized control that needs to display data in a tabular fashion
      (C) To create and populate a Table with images
      (D) To display a tabular result set
      (A) employee salary
      (B) 2nd_employee
      (C) employee_hire_date
      (D) date_of.birth
      (A) ValidationExpression
      (B) InitialValue
      (C) ControlToValidate
      (D) ControlToCompare
      (A) Response.Write(System.Environment.Version.ToString() );
      (B) Response.Write(Version.ToString() );
      (C) Response.Write(System.Version.ToString() );
      (D) not possible
      (A) Performance Counters
      (B) Data Performance Counters
      (C) Web Performance Counters
      (D) Data Readers
      (A) a client-side executable code.
      (B) a world-wide-web executable code.
      (C) a server-side executable code.
      (D) all of the above.
      (A) PreRender()
      (B) Load()
      (C) Unload()
      (D) Init()
      (A) System.Web.Control
      (B) System.Web.RootBuilder
      (C) System.Web.UserControl
      (D) System.Web.UI.Page
      (A) Maintain the login state security through a database.
      (B) Maintain the login state security through a Session.
      (C) Maintain the login state security through a View State.
      (D) All of the Above
      (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) Concat method of the String object
      (B) Append method of the StringBuilder object
      (C) Plus sign operator to concatenate the strings
      (D) Substring method of the String object
      (A) Default constructor
      (B) Parameterized constructor
      (C) Global.asax
      (D) On click of button
      (A) When application is running low of memory
      (B) It runs random
      (C) When application is running for more than 15 minutes
      (D) None of the above
      (A) app_offline.html
      (B) app_offline.htm
      (C) appoffline.html
      (D) none of these