I need to verify that at least one checkbox is selected from a list of checkboxes using the jQuery validation plugin. Since the flags are part of the ASP.NET GridView control, the names of these flags will be different, which allows you to configure the rules for the validation plug-in module, since it expects a name for the rule. I searched around and found the following questions.
- Question 1710486
- Question 1136507
I think the first question is a much better solution, but I still feel that this is the wrong way to do it. anyone else has more options for this problem.
Dinesh manne
source share