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 of the following denote the web control associated with Table control function of ASP.NET ?
(A) DataList
(B) TableRow
(C) ListBox
(D) All 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 the following allow writing formatted output ?
(A) Response.Output.Write()
(B) Response.Write()
(C) Both A and B
(D) None of these
Which of the following is TRUE about Windows Authentication in ASP.NET ?
(A) Role membership determined only by user programming
(B) Automatically determines role membership
(C) ASP.NET does not support Windows Authentication
(D) None of these
Which property of the session object is used to set the local identifier ?
(A) SessionId
(B) LCID
(C) Item
(D) Key
While creating a Web site with the help of Visual Studio 2005 on a remote computer that does not have Front Page Server Extensions installed, which Web site type will you create in Visual Studio 2005 ?
(A) HTTP
(B) FTP
(C) File
(D) All of the above
The GridView control in ASP.NET has which of the following features ?
(A) Automatic paging
(B) Automatic data binding
(C) Both A and B
(D) None of the above
In ASP.NET page framework an automatic way to associate page events and methods is______________?
(A) It is not possible to set automatically page events and methods
(B) AutoEventWireup attribute of the Page directive is set to False
(C) AutoEventWireup attribute of the Page directive is set to true
(D) All of the above