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
you can use linkbutton for navigating to another section in the same page by using PostBackUrl="#Section2"
PostBackUrl="#Section2"