295 Views
Every ASP.NET developer needs validation on CheckBoxList that can be one of these two:Check for RequiredFieldCheck for Maximum Selection LimitCheck for RequiredField I will be using JQuery to interecept the click event of each single Checkbox inside the CheckBoxList and then update a hidden TextBox control which has a RequiredFieldValidator associated to it,
0 comments