ASP.NET ComboBox - Validate with ASP.NET Validators

Validate


The ComboBox control can be validated using ASP.NET validator controls. This sample showcases the use of a
RequiredFieldValidator and a RangeValidator to validate the items selected from the ComboBox.



« Back to examples