i know it's a simple problem, i searched alot but couldn't find a solution
i have this button in aspx page:
<asp:Button runat="server" ID="btnSubmit" Text="Submit" OnClick="btnSubmit_Click" CssClass="btn"/>
the button works fine on my local machine. it writes to DB an email from textbox.
when i upload my webform to the server, the button refreshes the page but the event not firing.
please note: by button inside a div and it's hidden until a radio button is checked.
Thank you