Murach's C#
How to work with with datasets using bound controls
In this chapter, you'll learn more about working with the typed datasets that are
generated by the Data Adapter Configuration Wizard. You'll also learn how to use data
binding to bind controls like text boxes and combo boxes to the columns in the typed
data sets. This is the quickest way to develop database applications, and two complete
applications provide the models that you need for developing your own applications.
|
|
|
|
|
A Product Display form that uses bound
controls |
556 |
|
How to bind text box controls |
558 |
|
How to format bound data |
560 |
|
How to navigate through the rows in
a data table |
562 |
|
The property settings for the Product
Display form |
564 |
|
The code for the Product Display application |
566 |
|
|
A Product Maintenance application that
uses bound controls |
568 |
|
How to bind combo box and list box controls |
570 |
|
How to add, update, and delete data
rows |
572 |
|
The property settings for the Product
Maintenance form |
574 |
|
The code for the Product Maintenance
application |
576 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|