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.
<GEN:PushButton Name=“PlaceOrder”/>
The PushButton properties are described in Button Tag Properties.
See ASP.NET Control Properties for details.
Code Generation Tag Properties