Computer Science MCQs » ASP.net MCQs
When is the user controls code is executed______________?

A. After the webform loads
B. Before page_init event of web form
C. After the page_init event of webform
D. None of the above

Which object can help you maintain data across users ?

A. Response object
B. Application object
C. Session object
D. Server object

Which of the following tool is used to manage the GAC ?

A. Gacsvr32.exe
B. Gacutil.exe
C. Gacmgr.exe
D. Regsvr.exe

How to implement authentication via web.config ?

A. Include the deny element.
B. Include the identity element.
C. Include the authorization element.
D. Include the authentication element

Which of the following is not the way to maintain state ?

A. Request object
B. Hidden fields
C. View state
D. Cookies

Attribute must be set on a validator control for the validation to work.

A. Validatecontrol
B. Controltovalidate
C. Controltobind
D. Validate