Test Status
      ASPRANDOMTEST
      (A) 20 Sec
      (B) 20 Min
      (C) 1 hr
      (D) None of the above
      (A) TagPrefix
      (B) Name space of the dll that is referenced
      (C) Assemblyname
      (D) All of the above
      (A) HTMLForms
      (B) Webforms
      (C) Winforms
      (A) System.Web.UI.Webcontrol
      (B) System.Web.UI.Customcontrol
      (C) System.Web.UI.Customcontrols.Webcontrol
      (A) a collection of values sent as cookies in a HTTP header
      (B) a collection of data sent with a submitted form
      (C) from client variables described from within an object
      (D) A and B
      (A) ISerializable
      (B) ISingleCall
      (C) IUnknown
      (D) IMarshalByValue
      (A) System.Data.Interfaces
      (B) System.Data.Common
      (C) System.Data
      (D) System.Data.Connection
      (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) 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) The Params and Forms collection of the HTTPRequest class are exactly same and theForms collection has been provided only for backward compatibility
      (B) The HTTPRequest class does include the Params collection
      (C) The HTTPRequest class does include the Forms collection
      (D) The difference between the Params and Forms collection of the HTTPRequest class is that the Params collection also represents QueryStrings, ServerVariables, andCookies
      (A) Viewstate can store anything
      (B) Viewstate can store onlys string
      (C) Viewstate can store only serilizable object
      (D) None
      (A) Page_Load()
      (B) Page_Init()
      (C) Page_click()
      (A) Client-side executable code(executes at the browser level)
      (B) Server side executable code (runs at the server only)
      (A) requestQueue limit
      (B) maxWorkerThreads
      (C) maxIdThreads
      (D) All
      (A) Response.Output.Write() allows you to buffer output
      (B) Response.Output.Write() allows you to write formatted output
      (C) Response.Output.Write() allows you to flush output
      (D) Response.Output.Write() allows you to stream output
      (A) System.web.UI.Page
      (B) System.Windows.Page
      (C) System.Web.page