The GEN:LinkButton tag displays a link that can be clicked by an application user to redirect the user to a different location. Specify the text for the link and the URL in the Property Sheet.
The LinkButton tag creates an HTML <a href= ../> tag.
|
The email address and “Edit” links are examples of the LinkButton tag in action. |
Note: To display a link for data from a database, use the GEN:FieldValue code generation tag described in FieldValue Tag.
<GEN:LinkButton Name=“AboutUsLink”/>
The LinkButton properties are described in Button Tag Properties.
See ASP.NET Control Properties for details.
Code Generation Tag Properties