Best method for Binding ComboBox
- by LnDCobra
I am going to be developing a large project which will include a large number of ComboBoxes.
Most of these combo boxes will be bound to a database field which is a related to another daataset/table.
For instance.
I have the following 2 tables:
Company {CompanyID, CompanyName, MainContact}
Contacts {ContactID, ContactName}
And when the user…