651. Which of the following denote New Data-bound Controls used with ASP.NET ?
A. SqlDataSource
B. FormView
C. GridView
D. All of the above
652. Which of the following denote the web control associated with Table control function of ASP.NET ?
A. DataList
B. TableRow
C. ListBox
D. All the Above
653. 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
654. 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
655. Which of the following is the default authentication mode for IIS ?
A. Windows
B. Anonymous
C. Basic Authentication
D. None of these
656. What is the maximum number of cookies that can be allowed to a web site ?
A. 1
B. 10
C. 20
D. 30
657. In ASP.NET the sessions can be dumped by using ?
A. Session.Abandon
B. Session.Dump
C. Session.Exit
D. None of these
658. 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
659. In my .NET Framework I have threads. Which of the following denote the possible priority level for the threads ?
A. AboveNormal
B. Normal
C. Highest
D. All of the above
660. 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
NOTE
IF YOU THINK ANY OF THE MCQ ABOVE IS WRONG.
PLEASE COMMENT WITH CORRECT ANSWER AND ITS DETAIL EXPLANATION IN COMMENT BOX.
THANK YOU