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