You can check if CheckBoxList.SelectedIndex equals to -1 which means nothing is selected.
Home / FAQ / ASP.NET / CheckBoxList / How to check if nothing is selected in a CheckBoxList without using a loop to parse through all the items
You can check if CheckBoxList.SelectedIndex equals to -1 which means nothing is selected.
Share with