From http://www.w3schools.com (Copyright Refsnes Data)
Complete HyperLink Control Reference
The Text property is used to set or return the text of a HyperLink control.
| <asp:HyperLink Text="string" runat="server" /> |
| Attribute | Description |
|---|---|
| string | A string that specifies the text on the hyperlink control |
ExampleThe following example sets the text on a HyperLink control:
Show example » |
Complete HyperLink Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)