Description of Creating Dropdown list control from Datasource :
In this tutorial you can get the solution for binding the data of the database table to the dropdownlist control. The author shows how to create objects for the OleDBConnection, OleDBDataAdapter and DataSet class and how to bind the dropdown control to the database table using the DataSource, DataValueField and DataTextField properties of the dropdownlist control.