We can manage states in asp.net application using________________?
(A) Session Objects
(B) Application Objects
(C) Viewstate
(D) All of the above
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
Which of the following languages can be used to write server side scripting in ASP.NET?
(A) VB
(B) C-sharp
(C) Both A and B
(D) C++
Choose the form in which Postback occur_________________?
(A) Webforms
(B) HTMLForms
(C) Winforms
(D) None of these
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
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
Which class can be used to create an XML document from scratch ?
(A) XmlNew
(B) XmlConvert
(C) XmlSettings
(D) XmlDocument
A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
(A) AdRotator
(B) LinkButton
(C) Both A and B
(D) None of the Above
What is a strong name ?
(A) Combination Of both Public,Private key and digital signature
(B) Public Key
(C) Private Key
(D) Digital signature