Tag: asp

Questions Related to asp

  1. InProcess

  2. StateServer

  3. Session Object

  4. al of the above


Correct Option: A
  1. Event-driven

  2. Static

  3. Linear

  4. Topdown


Correct Option: A
  1. Yes

  2. No


Correct Option: A
Explanation:

To answer this question, we need to understand the purpose of the EnableViewState property in ASP.NET.

The EnableViewState property determines whether the state of a control on a web page is saved and restored across postbacks. By default, EnableViewState is set to true, which means that the state of controls, including user input on a form, is saved and restored automatically.

So, the correct answer is:

A. Yes

EnableViewState allows the page to save the user's input on a form.

  1. SQLISAPI.dll

  2. SQLXML.dll

  3. LISXML.dll

  4. SQLIIS.dll


Correct Option: A
  1. Datalist

  2. DropdownList

  3. Repeater

  4. Datagrid


Correct Option: C
  1. Session.Close( )

  2. Session.Discard( )

  3. Session.Abandon

  4. Session.End

  5. Session.Exit


Correct Option: C
  1. ExecuteReader

  2. ExecuteScalar

  3. ExecuteStream

  4. Open

  5. CommandText


Correct Option: D
  1. System.Data.Interfaces

  2. System.Data.Common

  3. System.Data

  4. System.Data.Connection


Correct Option: C