ComboBox

  • Thread starter Thread starter Jim Heavey
  • Start date Start date
J

Jim Heavey

You apparently can bind a HashTable to a ComboBox? How do you set the
ValueMember and DisplayMeneber?
 
Hi Jim,
I do not think that there is a direct way to bind a Hashtable to a combobox.
You would need to extend the Hashtable into your own class and implement the
IList interface.
While you are doing so, you can specify the Value and display member logic.

Hope this helps,

Regds,
Diwakar
 
Back
Top