ASP.net MCQs

133 MCQs  — Computer Programming MCQs  (Page 11 of 14)

Which of the following is true ?
A. Ispostback is a readonly property of system.web.ui.page class
B. Ispostback is a method of system.ui.web.page class
C. Ispostback is a method of system.web.ui.page class
D. None of these
Which of these files takes the web application in offline mode ?
A. App_offline.html
B. App_offline.htm
C. Appoffline.html
D. None of these
Which Kind Of data we can store in viewstate ?
A. Viewstate can store onlys string
B. Viewstate can store anything
C. Viewstate can store only serilizable object
D. None of these
Which of the following is the default authentication mode for IIS ?
A. Windows
B. Anonymous
C. Basic authentication
D. None of these