Software Engineering Mcqs

ASP.NET separates the HTML output from program logic using a feature named as_______________?

(A) Code-front

(B) Exception

(C) Code-behind

(D) All of the above

Submitted By: Ali Uppal


How many configuration files can an ASP.NET projects have?

(A) One

(B) Two

(C) Three

(D) More than Three

Submitted By: Ali Uppal


Which of the following must be done in order to connect data from some data resource to Repeater control ?

(A) Call the DataBind method

(B) Set the DataSource property

(C) Both A and B

(D) None of these

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Suppose one wants to modify a SOAP message in a SOAP extension then how this can be achieved. Choose the correct option from below ?

(A) One must override the method ReceiveMessage

(B) One must override the method InitializeMethod

(C) Both A and B

(D) One must override the method ProcessMessage

Submitted By: Ali Uppal


In ASP.NET the sessions can be dumped by using ?

(A) Session.Abandon

(B) Session.Dump

(C) Session.Exit

(D) None of these

Submitted By: Ali Uppal


Which of the following is true ?

(A) User and Custom controls are displayed correctly in the Visual Studio .NET Designer.

(B) User controls are displayed correctly in the Visual Studio .NET Designer

(C) Custom controls are displayed correctly in VS.Net Designer

(D) None of these

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Which of the following is the default authentication mode for IIS ?

(A) Windows

(B) Anonymous

(C) Basic Authentication

(D) None of these

Submitted By: Ali Uppal


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

Submitted By: Ali Uppal