|
|
How to populate a CheckedListBox from a DataBase
Demonstrates how to populate a CheckedListBox from a DataBase. The CheckedListBox has DataSource as table 'Customer' of DataBase that contains 'CustomerID' 'ContactName' and other columns. 'CustomerID' property is set such ValueMember and 'ContactName' property is set such DisplayMember for the CheckedListBox.
|