|
Hi,
I am using VB.Net 2005 and MS Access. I have one comboBox which use "Data bound items". Currently, it bound to one dataSource -- HumanBindingSource.
Could someone please advise me, so that, when I execute the application, the ComboBox will display 2 members from the HumanBindingSource, for example, it will display then name and the humanID, something like below:
John, 112 Peter, 113 Mary, 114
Currently, it only display the 'name' from the "HumanBindingSource".
John Peter Mary
Thanks a lot.
Best Regards, Yee Boon
|