Test Status
      ASPRANDOMTEST
      (A) That all pages are saved in .asp extensions.
      (B) Check that the web server has Microsoft FrontPage extensions installed.
      (C) Make sure the web server is capable of hosting ASP pages.
      (D) Check the coding and be sure the ASP code is surrounded with <% and %>
      (A) For Reading metadata at runtime
      (B) For knowing version of assembly
      (C) For finding path of an assembly
      (A) View state
      (B) Cookies
      (C) Hidden fields
      (D) Request object
      (A) LinkCounter
      (B) Counter
      (C) AdRotator
      (D) File Access
      (A) Clears all Headers from the buffer stream
      (B) Clears all the
      section value from rendered HTML File
      (C) Clears the content of the Rendered page
      (D) None of the above
      (A) BeginExecute=true
      (B) MultiThreaded=true
      (C) MultipleActiveResultSets=true
      (D) Asynchronous=true
      (A) ObjectDataSource
      (B) SqlDataSource
      (C) LinqDataSource
      (D) XmlDataSource
      (A) Config files
      (B) Database
      (C) text file
      (D) session
      (A) TextWriterTraceListener
      (B) EventLogTraceListener
      (C) DefaultTraceListener
      (D) All the above
      (A) InProcess
      (B) StateServer
      (C) Session Object
      (D) all of the above
      (A) View state
      (B) Cookies
      (C) Hidden fields
      (D) Request object
      (A) EcmaScript
      (B) VBScript
      (C) PERL
      (D) JavaScript
      (A) Call the Show Control method on the Text Box.
      (B) Set the Visible Control to true on the Text Box.
      (C) Add the Text Box instance to the form1.Controls collection.
      (D) Execute the AddControl method on the Web page.
      (A) System.Web.UI.Webcontrol
      (B) System.Web.UI.Customcontrol
      (C) System.Web.UI.Customcontrols.Webcontrol
      (A) Include the authentication element.
      (B) Include the authorization element.
      (C) Include the identity element.
      (D) Include the deny element.
      (A) ExecuteReader
      (B) ExecuteScalar
      (C) ExecuteStream
      (D) Open
      (A) To separate different sections of a page in to different files
      (B) To merge HTML layout and code in to One file
      (C) To separate HTML Layout and code to different file
      (D) To ignore HTML usage
      (A) Server.CreateObject("Scripting.FileSystemObject")
      (B) Create("FileSystemObject")
      (C) Create Object:"Scripting.FileSystemObject"
      (D) ans.Server.CreateObject("Scripting.FileSystemObject")