I have a modal pop up panel and a check box in that panel. I have set check box autopostback
property true
. When I check mark the check box the panel disappears.
I want the panel still to be there when check box clicked because I have code for oncheckedchanged
. I also have 2 buttons. If any one is clicked, the panel disappears. I tried with OnClientClick="JavaScript: return false;"
for the button, but the buton_clicked
event does not work for the button.