I have problem in asp.net button control.
I define a button in form, onclick event of button is not firing when I click on the button.
onclick
&
In my case I put required="required" inside CKEditor control. Removing this attribute fixed the issue. Before
After