Software Engineering Mcqs

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

Submitted By: Ali Uppal


Submitted By: Ali Uppal


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

(A) SqlDataSource

(B) FormView

(C) GridView

(D) All of the above

Submitted By: Ali Uppal


Which of the following allow writing formatted output ?

(A) Response.Output.Write()

(B) Response.Write()

(C) Both A and B

(D) None of these

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal


What data types do a Rangevalidator supports ?

(A) String

(B) Integer

(C) Date

(D) All of the above

Submitted By: Ali Uppal