The following sample illustrates using the
HtmlAnchor control (
<a>).
HtmlAnchor is used to navigate from the client page to another page.
C# HtmlAnchor1.aspx
DataBinding HtmlAnchor
The
HtmlAnchor control supports data binding to its
HRef and
InnerHtml properties, as shown by the following example.
C# HtmlAnchor2.aspx