Computer Programming MCQs

5739 MCQs  (Page 445 of 574)

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