I like to have a asp.net button that hyperlink link to another page.
this is the HTML button I have:
<button type="submit" class="Button Red">Request</button>
and this is the Link :
<a href="request.aspx">request</a>
How to combine this 2 in <asp:button runat=server....
Go to the complete details ...