Which property of the session object is used to set the local identifier?
SessionId
LCID
Item
Key
Which DLL translate XML to SQL in IIS?
SQLISAPI.dll
SQLXML.dll
LISXML.dll
SQLIIS.dll
Which of the following is not a member of ADODBCommand object?
ExecuteReader
ExecuteScalar
ExecuteStream
Open
What is the maximum number of cookies that can be allowed to a web site?
1
10
20
More then 30
Select the control which does not have any visible interface.
Datalist
DropdownList
Repeater
Datagrid
What method must be overridden in a custom control ?
The Paint() method
The Control_Build() method
The Render() method
The default constructor
What method(s) must be used with the Application object to ensure that only one process accesses a variable at a time ?
Synchronize()
Lock() and UnLock()
Lock()
Asynchroize()
When an ASP.NET server control is added to a Web Form, Visual Studio .NET adds one item to the class for the form. What item is added ?
The event registration
A protected class member for the control
A default event handler for the click event
A default class that inherits from the control’s base class
Which is not ture about Smartnavigation ?
retain only the last page visited in the browser's history
eliminate any flash caused by navigation
Doesn't work with sites protected with SSL
persist scroll position when moving from page to page
Which is true about ASP.net support ?
ASP.NET doesn't support server-side includes
ASP.NET doesn't support server-side includes but supports server-side object tags
ASP.NET doesn't server-side object tags
ASP.NET support server-side includes and server-side object tags