I have three check box and one button in a form.name like as selectall , city ,state.if I check selectall button the remaining city and state also getting selected.its work fine.I need to get count of selected check boxes except that selectall . Which means if I select either city or state I need count as 1.if I select city and state I need count as 2.I don't want to count selectall button count???
In my case if I check the selectall button the remaining two check boxes also checked as per requirements.but I need to count the city and state alone except selectall .how to do this???