ASP NET Questions


Q.  Which ADO.NET class provide Connected Environment?

a. DataReader
b. DataSet
c. Command
d. None of the above


ANSWER: See Answer
 
No explanation is available for this question!
MCQs:  How do you create a TextBox for retrieving a password from a user?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is/are the advantages of StateServer session mode?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is/are the advantages of Session State?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Choose the correct option about DataSet object.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You are a Web developer for CareerRide. The data is stored in a Microsoft SQL Server 2005 database on a server named CareerPC and the Database name is TestDB. You connect to TestDB by using Windows Integrated authentication. You use a SqlConnection object to connect to the database. You need to create a connection string to TestDB in the instance of SQL Server named CareerPC. Which string should you use?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  ASP.NET Validation Control works at ________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Some control, by default, does not cause an automatic PostBack, i.e TextChanged event of TextBox. Which property will you set for automatic postback of these types of controls?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What is the easiest way in Design view to create an event handler for the default event of a server control?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the types of Web Server Button Controls that can be created?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Clicking a CheckBox does not cause an automatic PostBack. How do you make the CheckBox cause an automatic PostBack?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What happen in the Web Page when Init event occur?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What are the Command Object Methods?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  If you want that command object should returns XML data then which method of Command Object will be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Windows-Based Authentication is well suited for ___________ .
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  What datatype is returned when calling the ExecuteScalar method of a command object?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  You want to make a configuration setting change that will affect only the current Web application. Which file will you change?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which programming model should you implement if you want to separate your server-side code from your client-side layout code in a Web page?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which object in ASP.NET provides a global storage mechanism for state data that needs to be accessible to all pages in a given Web application?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which Session Mode Serialization is not required to store the data?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which of the following statements about referencing master page methods and properties is true?
Category: Computer Science MCQs,   Published by: teswesm