Test Status
      ASPTEST3
      (A) System.Web.UI.Webcontrol
      (B) System.Web.UI.Customcontrol
      (C) System.Web.UI.Customcontrols.Webcontrol
      (A) asp:label
      (B) asp:listitem
      (C) asp:button
      (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) 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) Declare Global variables
      (B) Implement application and session level events
      (C) No use
      (A) Using SQLDataAdapter
      (B) Using SQLDataReader
      (C) Using SQLCommand
      (D) None
      (A) IUnknown
      (B) ISerializable
      (C) IMarshalByValue
      (D) ISingleCall
      (A) Response.Output.Write() allows you to flush output
      (B) Response.Output.Write() allows you to buffer output
      (C) Response.Output.Write() allows you to write formatted output
      (D) Response.Output.Write() allows you to stream output
      (A) ExecuteScalar
      (B) ExecuteStream
      (C) Open
      (D) ExecuteReader
      (A) Both can use as drag and drop tool
      (B) Both are same
      (C) Both can use different application
      (D) One Custom Control can be use in different project but not the same with User control
      (A) SQLISAPI.dll
      (B) SQLXML.dll
      (C) LISXML.dll
      (D) SQLIIS.dll
      (A) For Reading metadata at runtime
      (B) For knowing version of assembly
      (C) For finding path of an assembly
      (A) Session Object
      (B) InProcess
      (C) StateServer
      (D) all of the above