B
bh
In the Listbox, there are properties for DisplayMember and ValueMember, just
like the combobox, however, those properties are not present for the
CheckedListBox.
Does this mean that the only value you can actually reference in a
CheckedListBox is what is actually dispalyed in the item? Is there a way to
list several states (Alabama, Florida, California...) and retreive the
value, somehow (AL, FL, CA...) for database lookup, using a CheckedListBox?
Thanks in advance.
bh
like the combobox, however, those properties are not present for the
CheckedListBox.
Does this mean that the only value you can actually reference in a
CheckedListBox is what is actually dispalyed in the item? Is there a way to
list several states (Alabama, Florida, California...) and retreive the
value, somehow (AL, FL, CA...) for database lookup, using a CheckedListBox?
Thanks in advance.
bh