1
Reply

HOW TO VALIDATE THE CHECKBOX USING VALIDATOR CONTROLS

Jul 20, 2007
4.9k
0

    there is no built in support for validating checkboxs in asp.net.instead u can use custom validator and have to write ur own logic to validate either server side or client side.

    one more approach can taken i e we can create custom control specifically for validating checkbox control.