Murach's VB.NET Database Programming with ADO.NET (1.x edition)
This chapter builds on what you've learned in earlier chapters by teaching you more about how typed datasets work and how you can bind controls like text boxes and combo boxes to them.
|
|
|
|
How to create a typed dataset class |
96 |
|
How to create an instance of a typed dataset
class |
96 |
|
How to work with a typed dataset |
98 |
|
|
A Vendor Display form that uses bound controls |
100 |
|
How to bind text box controls |
102 |
|
How to navigate through the rows in a data
table |
104 |
|
The property settings for the Vendor Display
form |
106 |
|
The code for the Vendor Display form |
108 |
|
|
A Vendor Maintenance form that uses bound
controls |
110 |
|
How to bind combo box and list box controls |
112 |
|
How to add, update, and delete data rows |
114 |
|
The property settings for the Vendor Maintenance
form |
116 |
|
The code for the Vendor Maintenance form |
118 |
|
|
How to handle ADO.NET errors |
124 |
|
How to handle data provider errors |
126 |
|
How to handle update errors |
128 |
|
|
How to provide for data table events |
130 |
|
How to use the RowChanging event |
132 |
|
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|