Murach's ASP.NET Web Programming with VB.NET
This chapter teaches you how to use three ASP.NET web controls that are designed specifically for working with the data in a data source such as a dataset: the Repeater, DataList, and DataGrid controls.
|
|
|
|
An introduction to the repeater control |
462 |
|
How to define the templates for a repeater
control |
464 |
|
How to display bound data |
464 |
|
A Product List application that uses
a repeater control |
466 |
|
The aspx code for the form |
466 |
|
The Visual Basic code for the form |
466 |
|
|
An introduction to the data list control |
470 |
|
How to define the templates for a data
list control |
472 |
|
How to bind the controls within a template |
474 |
|
How to format a data list control |
476 |
|
A Product List application that uses
a data list control |
478 |
|
A Visual Basic code for the form |
480 |
|
|
An introduction to the data grid control |
482 |
|
How to define the data columns |
484 |
|
How to create button columns |
486 |
|
How to work with button columns |
488 |
|
A Category Maintenance application that
uses a data grid control |
490 |
|
The Visual Basic code for the CategoryDB
class |
492 |
|
The Visual Basic code for the Category
Maintenance form |
494 |
|
t |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|