Validating ASP.NET CheckBox Controls
Posted by Johan Cyprich on 26 May 2011 | Tagged as: Programming
Validation controls in ASP.NET make it very easy to check data in forms if any information has been filled or if it meets certain criteria. It saves a great deal of time in hand coding JavaScript validation. Unfortunately, validation controls don’t work with the CheckBox or CheckBoxList controls. Your form may need to determine if [...]
Loading...