Does the EnableViewState allows the page to save the users input on a form?
Yes
No
Which DLL translate XML to SQL in IIS?
SQLISAPI.dll
SQLXML.dll
LISXML.dll
SQLIIS.dll
What is the maximum number of cookies that can be allowed to a web site?
1
10
20
More than 30
Select the control which does not have any visible interface.
Datalist
DropdownList
Repeater
Datagrid
How do you explicitly kill a user session?
Session.Close( )
Session.Discard( )
Session.Abandon
Session.End
Session.Exit
Which of the following is not a member of ADODBCommand object?
ExecuteReader
ExecuteScalar
ExecuteStream
Open
CommandText
Which one of the following namespaces contains the definition for IdbConnection?
System.Data.Interfaces
System.Data.Common
System.Data
System.Data.Connection