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:
|
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