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 : 8
Which of the following tool is used to manage the GAC?

RegSvr.exe
GacUtil.exe
GacSvr32.exe
GacMgr.exe

Question No : 9
What class does the ASP.NET Web Form class inherit from by default?

System.Web.UI.Page
System.Web.UI.Form
System.Web.GUI.Page
System.Web.Form

Question No : 10
We can manage states in asp.net application using

Session Objects
Application Objects
Viewstate
All of the above

Question No : 11
Attribute must be set on a validator control for the validation to work.

ControlToValidate
ControlToBind
ValidateControl
Validate

Question No : 12
Caching type supported by ASP.Net

Output Caching
DataCaching
a and b
none of the above

Question No : 13
What is used to validate complex string patterns like an e-mail address?

Extended expressions
Basic expressions
Regular expressions
Irregular expressions

Question No : 14
File extension used for ASP.NET files.

.Web
.ASP
.ASPX
None of the above