751. What tags one need to add within the asp:datagrid tags to bind columns manually ?
A. Set AutoGenerateColumns Property to true on the datagrid tag
B. Set AutoGenerateColumns Property to false on the datagrid tag
C. Set AutomaunalColumns Property to true on the datagrid tag
D. It is not possible to do the operation

752. Which method do you invoke on the Data Adapter control to load your generated dataset ?
A. Fill( )
B. Read( )
C. ExecuteQuery( )
D. None of these

753. Which of the following is not a member of ADODBCommand object ?
A. Open
B. ExecuteScalar
C. ExecuteReader
D. ExecuteStream

754. Which of the following denote the property in every validation control ?
A. ControlToValidate property
B. Text property
C. Both A and B
D. None of these

755. Attribute must be set on a validator control for the validation to work.
A. ValidateControl
B. ControlToValidate
C. ControlToBind
D. Validate

756. What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); ?
A. Hello world
B. Hello
C. C
D. World

757. Which of the following is FALSE ?
A. ASP.NET is a major upgrade over ASP
B. ASP+ and ASP.NET refer to the same thing
C. ASP.NET applications run without a Web Server
D. None of these

758. Which of the following method is used to obtain details about information types of assembly ?
A. GetType
B. GetTypes
C. Both A and B
D. None of these

759. An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database?
A. Use View State
B. Use URL munging
C. Disable ViewState and use Session State
D. Disable View State and don’t use session state

760. Which of the following denote value that can be taken by Cache-Control of ASP.NET ?
A. Private
B. no-cache
C. Public
D. All of the above

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