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