The GEN:ImageButton tag displays an image that can be clicked by an application user to redirect the user to a different location. Specify the image in the Property Sheet as a URL relative to the application’s virtual directory or a fully specified URL.
|
An image button created by Iron Speed Designer. |
The ImageButton tag displays the button as an HTML <input type=image src= ../> tag.
Note: To display an image from a database, use the FieldValue code generation tag described in FieldValue Tag.
<GEN:ImageButton Name=“EditAddress”/>
The ImageButton properties are described in Button Tag Properties.
See ASP.NET Control Properties for details.
Code Generation Tag Properties