ASP.NET: How to make (link)button function as hyperlink?

colintehran

New Member
How do I use an asp:Button or asp:LinkButton as asp:Hyperlink?The existing Hyperlink just goes to another section on the same page: \[code\]NavigateUrl="#Section2"\[/code\]I want to do this in the aspx file without additional coding. Thanks.The purpose is to have a button look instead of the underlined text BUT I don't want to use an image with hyperlink to achieve this purpose.
 
Back
Top