Software Engineering Mcqs » ASP.net
Which of these classes maps to the tag ?

A. Htlminputcheckbox
B. Htmlcheckbox
C. Htmlcontrol
D. None of these

What is a strong name ?

A. Combination of both public,private key and digital signature
B. Public key
C. Private key
D. Digital signature

The first event to be triggered in an aspx page is?

A. Page_init()
B. Page_load()
C. Page_click()
D. None of these

How do you add ASP.Net 3rd party component__________________?

A. Add reference of dll file and place the code where ever required
B. By add/remove items in the project menu
C. Cannot add 3rd party component to asp.net
D. None of the above

The Following are the minimum requirement to run Asp.net pages_________________?

A. Windows explorer
B. Java virtual machine
C. Common language runtime
D. All of the above

The first event to be triggered in an aspx page is__________________?

A. Page_init()
B. Page_load()
C. Page_click()
D. None of the above

What section of the config.Web file is used for storing a list of authorized users ?

A. Securitypolicy
B. Authentication
C. Authorization
D. None of the above