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 : 50
If a Table controls name is Table1, to access value from its second row, third column, __________________ can be used.

table1.rows(1).cells(2).text
table1.rows(2).cells(3).text
table1.rows(1).cells(2).value
table1.rows(2).cells(3).value

Question No : 51
In case of RangeValidator, a TextBox's value can be compared to the values taken from two other TextBoxes

True
False

Question No : 52
To set text programmatically without adding extra HTML tags use

Literal
Response.Write
Both of the above
None of the above

Question No : 53
To count the number of times an user visited a page, use

Session variables
Application variables
Cookies
Server variables

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

Response
Request
Session
Application

Question No : 55
Anything appearing before ________ is cleared

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

Question No : 56
___________ controls how proxy servers temporarily store web pages

Expires
CacheControl
ExpiresAbsolute
None of the above