Software Engineering Mcqs » ASP.net
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

To set page title dynamically in ASP.NET which of the following is used ?

A. section
B. section
C. section
D. None of the above

Which of the following denote New Data-bound Controls used with ASP.NET ?

A. Sqldatasource
B. Formview
C. Gridview
D. All of the above

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