ASP NET Questions


Q.  The three statements are given below about DataSet and DataReader, choose the correct option according to the statement. Statement 1: DataSet Provides Disconnected environment but DataReader provides Connected environment. Statement 2: DataSet Provides Connected environment but DataReader provides Disconnected environment. Statement 3: DataSet Can store multiple table simultaneously but DataReader Supports a single table based on a single SQL query.

a. Only Statement 1 is correct.
b. Statement 1 and 2 is correct.
c. Statement 2 and 3 is correct.
d. Statement 1 and 3 is correct.


ANSWER: See Answer
 
No explanation is available for this question!
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
MCQs:  Choose the correct option about Master Page and Theme.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  When should you use HTML Server control rather than Web Server controls?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which property will you set for each RadioButton Control in the group?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which file contains settings for all .NET application types, such as Windows, Console, ClassLibrary, and Web applications?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which object data is included in bookmarks and e-mailed URLs?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  If you want to validate the email addresses, Social Security numbers, phone numbers, and dates types of data, which validation control will be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  When should you use the OleDbConnection object?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  In a SQL Statement while working with SqlCommand it returns a single value, at that time which method of Command Object will be used?
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  According to the given below statements, choose the correct option. Statement 1: Application caching is the process of storing data (and not pages) in a cache object. Statement 2: Page output caching stores a rendered page, portion of a page, or version of a page in memory. Statement 3: Caching reduces the time required to render cached page in future requests.
Category: Computer Science MCQs,   Published by: teswesm
MCQs:  Which LINQ statement defines the range variable in a LINQ query?
Category: Computer Science MCQs,   Published by: teswesm