Page view counter

These tutorials demonstrate selected features in ASP.NET version 2.0, but they are compatible with later versions of ASP.NET as well. For the current documentation, see the ASP.NET portal on the MSDN Web site.

 

 

   Welcome   |   ASP.NET   |   Web Services   |   Class Browser   
  |   I want my samples in...      

ASP.NET Quickstart Tutorials

HtmlAnchor

The following sample illustrates using the HtmlAnchor control (<a>). HtmlAnchor is used to navigate from the client page to another page.
VB 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.

VB HtmlAnchor2.aspx
Run Sample View Source