Site MapHelpFeedbackShort Answer Quiz
Short Answer Quiz
(See related pages)

1.
Which methods execute in and in what order when a user changes data in a bound control?
2.
What are the names of the three versions of column data maintained by the DataRow object?
3.
When can the Update method be called for a DataAdapter object?
4.
What happens if the user presses the ESC key during an edit operation in a DataGrid?
5.
How can you use Server Explorer to check for constraints setup for a SQL Server table?
6.
What is the easiest way to create and use a binding manager?
7.
What do the AddNew, CancelCurrentEdit, EndCurrentEdit, and RemoveAt methods of the binding manager do?
8.
Describe the two steps required to write your own event handler.
9.
What are the three types of concurrency control used in ADO.NET? Which is the default type of concurrency control?
10.
In order to maintain referential integrity, in what order should updates to multiple tables with parent and child relationships occur?







Advanced Programming VB.NETOnline Learning Center

Home > Chapter 5 > Short Answer Quiz