What is the maximum number of cookies that can be allowed to a web site?
1
10
20
More then 30
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 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
Which keywords does not support c#?