Tag: asp

Questions Related to asp

  1. Scripting is separated from the HTML, Code is interpreted seperately

  2. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server

  3. Code is separated from the HTML and interpreted Code is interpreted separately


Correct Option: B
  1. Response.Output.Write() allows you to flush output

  2. Response.Output.Write() allows you to buffer output

  3. Response.Output.Write() allows you to write formatted output

  4. Response.Output.Write() allows you to stream output


Correct Option: C
  1. Implement application and session level events

  2. Declare Global variables

  3. No use


Correct Option: A
  1. IsPostBack is a method of System.UI.Web.Page class

  2. IsPostBack is a method of System.Web.UI.Page class

  3. IsPostBack is a readonly property of System.Web.UI.Page class


Correct Option: C

The number of forms that can be added to a aspx page is.

  1. 1

  2. 2

  3. 3

  4. More than 3


Correct Option: A
  1. Session Objects

  2. Application Objects

  3. Viewstate

  4. All of the above


Correct Option: D
  1. Output Caching

  2. DataCaching

  3. a and b

  4. none of the above


Correct Option: C