I have created an ASP.NET tutorial. This tutorial is was designed in VS.NET 2003 using a SQL Server 2000 backend.
The tutorial contains the following.
1) A simple DML (Data Manipulation Layer) class containing common database functionality.
2) Examples of the following...
a) Datagrid Paging
b) Displaying images in a datagrid
c) Inserting/Updating/Deleting database records through stored procedure calls.
I have scripted out the database, so you can run the sql script in query analyzer and create all of the required database objects (tables, stored procedures, etc...).
I have also included a states.xls spreadsheet that can be imported into the "States" table (using DTS) once the database and all objects have been created.