I have a bound combobox (I am using the .DataSource) that has a number of items (lets say 5).
When i click on the combobox I am allowed to type in a value (ex: test). "Test" is not a value in the combo box.
How do I prevent an invalid selection (like the user typing in a value) from being allowed?
Thanks,
Shawn