|
How to validate a DropDownList / ListBox?
by: Itfunda
Product Type: Tips and Tricks (Books)
Technologies: ASP.NET Validations
To validate a DropDownList or ListBox as a mandatory field so that user has to select any item from
them apart from pre-selected item, we can follow this approach.
|