Link button
The button with ButtonType="Link" is very similar with the ASP.NET HyperLink control. Just set the NavigateURL property, and it's ready!
It's also very easy to customize the button. The text property allows html, so you can add images or other HTML code you'd like.
|