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
&
If it's throwing no error but still not firing the click event when you click the submit button, try to add action="YourPage.aspx" to your form.
action="YourPage.aspx"