B
Beringer
I'm trying to set a datasource of a combobox to an ArrayList and want to set
the DisplayMember and ValueMember properties of the combobox to items in the
ArrayList.
I reviewed the example with US States found in VS but don't understand how
setting the DisplayMember and ValueMember properties works.
The member properties are to be set to string values of the names of the
properties to use in the DataSource. This doesn't make sense to me. What
are the properties of an ArrayList that can be used?
Thank you in advance,
Eric
the DisplayMember and ValueMember properties of the combobox to items in the
ArrayList.
I reviewed the example with US States found in VS but don't understand how
setting the DisplayMember and ValueMember properties works.
The member properties are to be set to string values of the names of the
properties to use in the DataSource. This doesn't make sense to me. What
are the properties of an ArrayList that can be used?
Thank you in advance,
Eric