ASP .NET Image Control



ASP:Image
The Image control is used to display an image.
Property
Description
AlternateText
An alternate text for the image
Enabled
Specifies whether this control is enabled
Font
Specifies the font for the alternate text
id
A unique id for the control
ImageAlign
Specifies the alignment of the image. Legal values are:
  • NotSet
  • AbsBottom
  • AbsMiddle
  • BaseLine
  • Bottom
  • Left
  • Middle
  • Right
  • TextTop
  • Top
ImageUrl
The URL of the image to display for the link
runat
Specifies that the control is a server control.  Must be set to "server"

Comments

Popular posts from this blog

Delete Confirmation for Delete ButtonField, TemplateField and CommandField in a GridView in ASP.NET

Selecting/Deselecting all CheckBoxes inside a ListView In ASP.NET

Remove Duplicate Chars From String