R
Rob
Hi:
We are having an odd issue with a button not firing in ASP.NET on our
login page. Nothing happens, nada. This only happens when we access
the site via https:, works great from our non-secure url (Same code,
same directory), so pretty sure this is a SSL related issue. The
validators on the page are working great, we get standard errors for
blank fields. We also have both sites setup as applications.
Code for the button is pretty standard:
<asp:Button id="btnLogin" runat="server" Text="Login"></asp:Button>
wrapped in a form.
Thanks in advance for your help.
-Rob
We are having an odd issue with a button not firing in ASP.NET on our
login page. Nothing happens, nada. This only happens when we access
the site via https:, works great from our non-secure url (Same code,
same directory), so pretty sure this is a SSL related issue. The
validators on the page are working great, we get standard errors for
blank fields. We also have both sites setup as applications.
Code for the button is pretty standard:
<asp:Button id="btnLogin" runat="server" Text="Login"></asp:Button>
wrapped in a form.
Thanks in advance for your help.
-Rob