Software Engineering Mcqs

We can manage states in asp.net application using________________?

(A) Session Objects

(B) Application Objects

(C) Viewstate

(D) All of the above

Submitted By: Ali Uppal


In order to prevent a browser from caching a page which of these xstatements should be written ?

(A) Response.Cache.SetNoServerCaching();

(B) Response.Cache.SetNoCaching();

(C) Response.Cache.SetNoStore();

(D) None of these

Submitted By: Ali Uppal


Submitted By: Ali Uppal


Choose the form in which Postback occur_________________?

(A) Webforms

(B) HTMLForms

(C) Winforms

(D) None of these

Submitted By: Ali Uppal


Which of the following is used to write error message in event Log File ?

(A) System.EnterpriseServices

(B) System.Diagnostics

(C) System.Data

(D) All of the above

Submitted By: Ali Uppal


Which of the following can be used to add alternating color scheme in a Repeater control ?

(A) DataSource

(B) ColorValidator

(C) AlternatingItemTemplate

(D) None of these

Submitted By: Ali Uppal


Which class can be used to create an XML document from scratch ?

(A) XmlNew

(B) XmlConvert

(C) XmlSettings

(D) XmlDocument

Submitted By: Ali Uppal


Submitted By: Ali Uppal


What is a strong name ?

(A) Combination Of both Public,Private key and digital signature

(B) Public Key

(C) Private Key

(D) Digital signature

Submitted By: Ali Uppal


Submitted By: Ali Uppal