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