Multiple Choice
Which one of the following is NOT a component that appears in the component tray after a DataGridView control has been connected to a data source?
A) DataSet
B) BindingSource
C) TableAdapter
D) DataNavigator
Correct Answer:

Verified
Correct Answer:
Verified
Q4: Each column in a database table represents
Q5: Visual Basic 2010 uses ADO.NET database technology.
Q6: A database may contain more than one
Q7: You can use a DataGridView control on
Q8: A table adapter automatically generates SQL statements
Q10: Describe each of the following objects: BindingSource,TableAdapter,and
Q11: The file that contains the XML schema
Q12: Use the Sorted property of a data-bound
Q13: Visual Basic 2010 uses _ database technology.<br>A)DAO<br>B)ADO<br>C)ADO.NET<br>D)XML.NET
Q14: Explain the following line of code that