G
Guest
Hi!
When I need to have DisplayMember and ValueMember available in a ComboBox I
give a DataView or a DataTable to Combo's DataSource property. But, now, I
need to fill a combo quickly with 2 or 3 static items. How can I fill that
combo manually without giving DataView/DataTable to the combo's DataSource.
Is there any way to do that through Array ou String and have Display/Value
member available?
Thanks!
When I need to have DisplayMember and ValueMember available in a ComboBox I
give a DataView or a DataTable to Combo's DataSource property. But, now, I
need to fill a combo quickly with 2 or 3 static items. How can I fill that
combo manually without giving DataView/DataTable to the combo's DataSource.
Is there any way to do that through Array ou String and have Display/Value
member available?
Thanks!