H
Henry Jones
I want to populate a listbox with States but use abbreviations when someone
selects a state.
For instance if I have
California
Arizona
Nevada
in the listbox,
when the user clicks on "California", I would like to return the value "CA".
I did look at the properties Displaymember and Valuemember but they look
like they need to come from a datasource.
How can I accomplish this task?
Thanks
selects a state.
For instance if I have
California
Arizona
Nevada
in the listbox,
when the user clicks on "California", I would like to return the value "CA".
I did look at the properties Displaymember and Valuemember but they look
like they need to come from a datasource.
How can I accomplish this task?
Thanks