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. |
<GEN:HyperLink Name=“ClearanceItems”/>
See ASP.NET Control Properties for details.
Code Generation Tag Properties