Basic ASP .Net Quiz - 1

Basic ASP .Net Quiz - 1

7 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Does the EnableViewState allows the page to save the users input on a form?

  1. Yes
  2. No
Question 2 Multiple Choice (Single Answer)

Which DLL translate XML to SQL in IIS?

  1. SQLISAPI.dll
  2. SQLXML.dll
  3. LISXML.dll
  4. SQLIIS.dll
Question 3 Multiple Choice (Single Answer)

What is the maximum number of cookies that can be allowed to a web site?

  1. 1
  2. 10
  3. 20
  4. More than 30
Question 4 Multiple Choice (Single Answer)

Select the control which does not have any visible interface.

  1. Datalist
  2. DropdownList
  3. Repeater
  4. Datagrid
Question 5 Multiple Choice (Single Answer)

How do you explicitly kill a user session?

  1. Session.Close( )
  2. Session.Discard( )
  3. Session.Abandon
  4. Session.End
  5. Session.Exit
Question 6 Multiple Choice (Single Answer)

Which of the following is not a member of ADODBCommand object?

  1. ExecuteReader
  2. ExecuteScalar
  3. ExecuteStream
  4. Open
  5. CommandText
Question 7 Multiple Choice (Single Answer)

Which one of the following namespaces contains the definition for IdbConnection?

  1. System.Data.Interfaces
  2. System.Data.Common
  3. System.Data
  4. System.Data.Connection