Murach's C# 2008
How to work with bound controls and parameterized queries
This chapter builds on what was presented in chapter 14 to
show you how to work with bound controls, use parameterized
queries, customize the generated toolbars, and work with a
DataGridView control in a database application.
|
|
|
|
How to format the data displayed
in a text box |
574 |
|
How to bind a combo box to a data
source |
576 |
|
How to use code to work with a
binding source |
578 |
|
|
How to create a parameterized query |
580 |
|
How to use code to work with a parameterized query |
582 |
|
|
How to use the Items Collection
Editor |
584 |
|
How to code an event handler for a ToolStrip item |
586 |
|
|
The user interface |
588 |
|
The code |
588 |
|
|
How to modify the properties of a DataGridView control |
592 |
|
How to edit the columns of a DataGridView control |
594 |
|
How to format the data in the columns of a DataGridView control |
596 |
|
How to use a DataGridView control to create a Master/Detail form |
598 |
|
|
The user interface |
600 |
|
The dataset schema |
600 |
|
The code for the Customer Invoices
form |
600 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|