HTML Controls[1]->HtmlAnchor

The following sample illustrates using the HtmlAnchor control (<a>). HtmlAnchor is used to navigate from the client page to another page.
C# HtmlAnchor1.aspx
Run Sample View Source

DataBinding HtmlAnchor

The HtmlAnchor control supports data binding to its HRef and InnerHtml properties, as shown by the following example.

C# HtmlAnchor2.aspx
Run Sample View Source

posted on 2007-05-14 10:24  改变热爱  阅读(170)  评论(0)    收藏  举报

导航