G
Guest
Hi,
I have a server checkbox with a "OnCheckedChanged" event. It's works.
Then I have add a client confirmation :
myCheckBox.Attributes.Add("onClick","javascript:return
confirm('mymessage');");
When I click on myCheckBox the client confirmation works, but the
OnCheckedChanged event no.
Why?
I have a server checkbox with a "OnCheckedChanged" event. It's works.
Then I have add a client confirmation :
myCheckBox.Attributes.Add("onClick","javascript:return
confirm('mymessage');");
When I click on myCheckBox the client confirmation works, but the
OnCheckedChanged event no.
Why?