Hi,
I have 3 Checkbox named as
ParentChk1, ParentChk2, ParentChk3 and i having three childcheckboxlist.
Each ParentChk want to enable corresponding childcheckboxlist.
Now issue is while i am checking ParentChk1 and ParentChk2 continuously, the ParentChk1 checking event is not fired.
But if i checking ParentChk2 after few seconds of checking the ParentChk1 , that checking event trigger properly.
Thanks
View Complete Post