Home

Asp Programming MCQ Question with Answer

Asp Programming MCQ with detailed explanation for interview, entrance and competitive exams. Explanation are given for understanding.

Download Asp Programming MCQ Question Answer PDF

Question No : 43
The default method of a WebForm is

Page_Load
WebForm_Load
Form_Load
Page_Init

Question No : 44
In Global.asax there are _______ general methods

5
6
7
8

Question No : 45
While accessing values submitted to a web form, __________ property of a control is used.

Value
Text
Item
Id

Question No : 46
Options available with SelectionMode are

Single
Single and Multiple
Single, Multiple and Extended
All of the above

Question No : 47
RadioButtonsLists __________ property is used to add RadioButtons at runtime

Items
Collection
AddItem
None of the above

Question No : 48
This tag in Repeater control is mandatory

AlternateTemplate
ItemTemplate
SeperatorTemplate
FooterTemplate

Question No : 49
The code file for WebForm1.aspx will be ___________

WebForm1.vbp
WebForm1.vb
WebForm1.frm
WebForm1.sln