HyperLink Tag

Purpose

The HyperLink code generation tag places a hyperlink on the page that the application user can click to go to another web page.  When the ASPX page or ASCX control is displayed, the server-side control for this tag will return the HyperLink code specified in the Property Sheet.  Note, however, the GEN:Hyperlink tag is not data-bound, so it will not display data from your database as a clickable link.

A hypertext link rendered by Iron Speed Designer.

Examples

<GEN:HyperLink Name=“ClearanceItems”/>

Properties

See ASP.NET Control Properties for details.

See Also

Code Generation Tags

Code Generation Tag Properties