You need to declare an event handler cblFees_SelectedIndexChangedin the code behind if you are not using its simple removal onselectedindexchanged="cblFees_SelectedIndexChanged"from the tag asp:CheckBoxList.
Usually asp:CheckBoxListdoes not execute postbackand does not require an event selectedindexchanged.
source
share