ASP.NET ComboBox - AutoValidate

Auto Validate




By default, the ComboBox persists the last auto completed item when the Enter or Tab keys are pressed.
If the ComboBox loses the focus before one of these two keys is pressed, the last selected item will be reselected.
If you want to allow end users to persists items also when the focus is lost (e.g. when clicking outside the ComboBox),
you can set the AutoValidate property to true.



« Back to examples