Software Engineering Mcqs

Submitted By: Ali Uppal


Which property is used to name a web control ?

(A) ControlName

(B) Designation

(C) ID

(D) Name

Submitted By: Ali Uppal


Submitted By: Ali Uppal


What namespace does the Web page belong in the .NET Framework class hierarchy ?

(A) System.Windows.Page

(B) System.Web.page

(C) System.web.UI.Page

(D) None of these

Submitted By: Ali Uppal


Which of the following transfer execution directly to another page ?

(A) Response.Redirect

(B) Server.Transfer

(C) Both A and B

(D) None of these

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Select the type Processing model that asp.net simulate ?

(A) Static

(B) Linear

(C) Topdown

(D) Event-driven

Submitted By: Ali Uppal


How do you register a user control ?

(A) Add Source, Tag prefix

(B) Add Tag prefix, Tag name

(C) Add Src, Tagprefix, Tagname

(D) None of these

Submitted By: Ali Uppal


Submitted By: Ali Uppal


How many classes can a single .NET DLL contain ?

(A) None

(B) One

(C) Two

(D) Many

Submitted By: Ali Uppal