Iron Speed Designer Help
 

Image Tag

Purpose

The Image code generation tag places a static image on the page.  The image could be an icon, logo, or any other picture file in the GIF, JPG or other browser-supported format.  When the ASPX page or ASCX control is displayed, the server-side control for this tag will return a reference to the image file specified in the Property Sheet.

An image created by Iron Speed Designer.

Note also:

  • Use the ImageButton code generation tag if the image needs to have a clickable link.

  • Use the FieldValue code generation tag with the Control Type property set to ‘Image’ if an image is being retrieved from a database table.

Examples

<GEN:Image Name=“Masthead”/>