 |
| 1.
|  |  What are the two methods that can be used to access data using the .NET Framework? |
|  | |
|
|
 |
| 2.
|  |  What steps must be taken to populate a list box with data from a table in a database using a Data Reader? |
|  | |
|
|
 |
| 3.
|  |  How can you automatically create a connection object and DataAdapter object when working with data and Web Forms? |
|  | |
|
|
 |
| 4.
|  |  How can you trigger a post back to the server when the user makes a selection from a drop-down list control? |
|  | |
|
|
 |
| 5.
|  |  How can you select the columns that you want to appear in a Web DataGrid control? |
|  | |
|
|
 |
| 6.
|  |  What is an advantage of using a DataList control over a DataGrid control in a Web Form? |
|  | |
|
|
 |
| 7.
|  |  Why is it preferable to use a Session variable instead of a form's ViewState to persist a dataset? |
|  | |
|
|
 |
| 8.
|  |  What changes are required to a DataGrid control if the dataset is in a different component? |
|  | |
|
|
 |
| 9.
|  |  How can you turn off validation if you don't need it at some point when a Web form is being displayed? |
|  | |
|
|
 |
| 10.
|  |  Given that a dynamic connection string is supplied only at run time, how can you view the data at design time? |
|  | |
|
|