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 : 22
To make an HTML control behave as a Server control, ___________ option must be set.

Server Control
Run As Server Control
Run As Web Control

Question No : 23
What class does a Web Service Inherit?

System.Web.Services
System.Web
System.Services
System.Web.Page

Question No : 24
This property is inapplicable in DropDownList

SelectionMode
Items
DataMember
None of the above

Question No : 25
Of the following controls which can be used to add a control at runtime

Panel
Image
Label
All of the above

Question No : 26
This control does not produce an HTML output

Panel
Literal
PlaceHolder
DataList

Question No : 27
If a page name is WebForm1.aspx and it resides in ../Test/, then it will inherit from

WebForm1
WebForm1/Test
Test/WebForm1
Test.WebForm1

Question No : 28
To make a RepeaterControl viewable, the controls ____________ must be edited

DataSource
DataMember
ItemTemplate
Template