Group: Forum Members
Posts: 448,
Visits: 12K
|
I have a very simple enumeration
public enum paytype
cash = 1
check = 2
other = 3
end enum
I fill a combo box on my win form with the enum but Not Bound to a BO.
It shows cash and so forth the way I want but is there a way to get the value of the one selected?
Say person selects check, how do I get 2?
Probably easy but not clicking today....
TIA.
|