PushButton Tag

Purpose

The GEN:PushButton tag displays a button that can be clicked by an application user to redirect the user to a different location.  Specify the button text and the URL in the Property Sheet.

A push button created by Iron Speed Designer.

The PushButton tag displays the button as an HTML <input type=submit ../> tag.

Note:  To display a push button with data from a database, use the GEN:FieldValue code generation tag described in FieldValue Tag.

Examples

<GEN:PushButton Name=“PlaceOrder”/>

PushButton Tag Properties

The PushButton 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