Adding an Access data source to an ASP web form.
Adding a detailsview to the ASP web form and connecting it to the Access data source.
Modifying detailsview using "Auto Format".
Modifying detailsview output rows and header text.
Enabling paging in detailsview.
Modifying the Access data source to add "Insert, Update, and Delete statements"
Modifying the detailsview to be able to insert, update and delete database data from the gridview.
Modifying the detailsview source code to remove the autonumbered, primary key from the insert statement (only necessary when connecting to Access).