Hello i have asp:button and i want to make him link to another page in my website and i dont really know how to do it because i am using asp:button... Can anyone help me with that problem? Please :) My HTML Button code:
<asp:button ID="RegisterButton" runat="server" Text="הירשם" class="RegisterStyle" onclientclick="var isValid = checkform(); return isValid;" onclick="RegisterButton_Click1" />
How can i make this button to linked to another page in my html... :)