Murach's C# - How to work with datasets using unbound controls
Professional developers frequently skip .NET data binding and use unbound controls
instead, because that gives them more control over how the data is processed. To use
unbound controls, you need to manually code the processing that's otherwise done by
the binding manager. This chapter presents everything you need to know to do that.
It also provides another complete application that you can use as a model for your
own code.
|
|
|
|
How to process unbound data |
586 |
|
How to retrieve and work with a data
row |
588 |
|
How to modify or delete an existing
data row |
590 |
|
How to add a data row |
592 |
|
How to work with row states |
594 |
|
|
The design and operation of the Product
Maintenance form |
596 |
|
The code for the Product Maintenance
application |
598 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|
|
|