|
The HyperLink control is used to navigate from the client to another page.
The following sample illustrates using a simple HyperLink control.
C# HyperLink1.aspx
Data Binding HyperLink
The HyperLink control supports data binding to its Text and
NavigateUrl properties, as shown by the following example.
C# HyperLink2.aspx
|