How to populate a ComboBox from a collection

Demonstrates how to populate a ComboBox from a collection. The ComboBox has DataSource as List of Customer object that contains 'ID' 'FullName' and other public properties. 'ID' property is set such ValueMember and 'FullName' property is set such DisplayMember for the ComboBox. If you will change selected item of the ComboBox you will see to change Text of 'Selected value' and 'Selected Name' TextBoxes.

Zip package for C# download file
Zip package for VB.NET download file
File name: CollectionDataSourcePage_KB002download file
File name: CollectionDataSourcePage.csdownload file
File name: CollectionDataSourcePage.vbdownload file
File name: Controls\Util\Customer.csdownload file
File name: Controls\Util\Customer.vbdownload file
File name: Controls\Util\CustomerData.csdownload file
File name: Controls\Util\CustomerData.vbdownload file
File name: CollectionDataSourcePage.designer.csdownload file
File name: CollectionDataSourcePage.designer.vbdownload file
File name: CollectionDataSourcePage.resxdownload file