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 : 29
In case of a CompareValidator, a TextBox's value can be compared to an expression

True
False

Question No : 30
A ValidationSummary control is bound to a control

True
False

Question No : 31
Cookies collection is present in

Response and Request
Request and Server
Response and Server
All of the above

Question No : 32
While redirecting, values can be passed with it

True
False

Question No : 33
_________ object represents all information sent form a server to a browser

Response
Request
Session
Application

Question No : 34
Anything appearing after ________ is cleared

Response.Flush
Response.End
Response.Buffer
Response.Clear

Question No : 35
To display HTML tags as it is use

Encode
HTMLEncode
URLEncode
EncodeHTML