LinkButton Tag

Purpose

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.

Examples

<GEN:LinkButton Name=“AboutUsLink”/>

LinkButton Tag Properties

The LinkButton properties are described in Button Tag Properties.

ASP.NET Properties

See ASP.NET Control Properties for details.

See Also

Code Generation Tags

Code Generation Tag Properties