Description of Using Database Schema Information with ASP.NET :
Using Database Schema Information with ASP.NET is a tutorial which gives two methods for gathering information about the tables of a database such as using System.Data.SqlClient class and System.Data.OleDb class. In this tutorial the author displays all the table names from the database in a DropDownList, column schema of the selected table in a DataGrid control and all the data from the selected table in another DataGrid control.