You can link multiple ASP.NET pages together using hyperlinks. ASP.NET provides a HyperLink control corresponding to the standard HTML hyperlink element.
| Property | Description |
|---|---|
| ImageURL | URL of the image to be displayed for the link. |
| NavigateURL | URL of the page to which the user is transferred on clicking the link. |
| Target | The target window or frame for the link. Possible values are: _top, _self, _parent, _search, _blank. |
| Text | Text for the link. |
The control can be used as: