Introduction - If you have any usage issues, please Google them yourself
The code demonstrates how to bind six different types of data sources to a ComboBox control. Data is bound from:
an array
an ArrayList of strings
an ArrayList of class objects
a DataTable
a DataView
a BindingSource object