ASP.NET & Databases : Part 3
Published 10/23/01
Introduction
In Part 1 we learnt about
connecting, running queries and filling datasets. In Part 2 we talked about
different parts of a dataset. In Part 3 we are actually going to use a dataset.
By now you should know all about how DataSet's work and how to fill them with
information. All of the code here will be relating to the code we made in Part 1
(its at the bottom of the page). You should have a database with some sample
data and used that in the code.