1. Open a new page and save it as driverreport.aspx.
2. Go to the toolbox, go to asp.net controls, click on the + next to the data folder, then drag the grid view to your page: You will see:

3. Click the down arrow in the choose data source box and select new data source you will see:

4. Click on Access Database: you will see:

5. Ether type in the path which would be fpdb/driver.mdb or click browse and go to the database and select it. Then click next and you will see:

6. In this case we only have one table, but if you had other tables you would
click on the drop down arrow and select them.
7. Click the * box to select all of the fields and click next. You will
see

8. Click test query. You will see:

9. Click finish. You will see:

10. Click on auto format you will see:

11. Select a format and click Ok.
12. Save the file and press F12. to display the page.