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 : 15
An alternative way of displaying text on web page using

asp:label
asp:listitem
asp:button
None of these

Question No : 16
Why is Global.asax is used?

Declare Global variables
Implement application and session level events
No use
Both a and b

Question No : 17
Which of the following is not a member of ADODBCommand object?

ExecuteScalar
ExecuteStream
Open
ExecuteReader

Question No : 18
Which DLL translate XML to SQL in IIS?

SQLISAPI.dll
SQLXML.dll
LISXML.dll
SQLIIS.dll

Question No : 19
Default Session data is stored in ASP.Net.

StateServer
Session Object
InProcess
all of the above

Question No : 20
Default scripting language in ASP.

EcmaScript
VBScript
PERL
JavaScript

Question No : 21
How do you get information from a form that is submitted using the "post" method?

Request.QueryString
Request.Form
Response.write
Response.writeln