Building Data Driven Web Applications

Data Binding Techniques

The process of binding the data is the same regardless of the source. The most
commonly used objects are the following.

The final web pages should appear as follows:

DataReader.aspx                  DataReaderSQL.aspx               DataReaderProducts.aspx

DataSetProducts.aspx          InsertCat.aspx                           DeleteCat.aspx

EditCat.aspx

Reusable Components

Visual .NET allows you to create reusable, compiled components that create
objects, call stored procedures, and return data.

CatMenu.aspx