User-696098127 posted
Hi,
I have below checkbox in my application:
<asp:CheckBox runat="server" ID="chkinitialcallNa" OnCheckedChanged="chkinitialcallNa_checked" AutoPostBack="true"/>
When I mark checkbox check It is firing event "chkinitialcallNa_checked" twice sometimes but not always. Event is not registered any where else apart from above line of code.
Can anyone help me?
Thanks in advance.
Regards,
Prateek