How do I use an asp:Button or asp:LinkButton as asp:Hyperlink?
asp:Button
asp:LinkButton
asp:Hyperlink
The existing Hyperlink just goes to another section on the same
This can be done very easily using a PostBackUrl and a regular button.