Easy Tutorial
❮ Webpages Ref Classes Control Bulletedlist ❯

ASP.NET Image Control



Definition and Usage

The Image control is used to display an image.


Properties

Property Description .NET
AlternateText The alternative text for the image. 1.0
DescriptionUrl The location for detailed description of the image. 2.0
GenerateEmptyAlternateText Specifies whether the control generates an empty string as the alternative text. 2.0
ImageAlign Specifies the alignment of the image. 1.0
ImageUrl The URL of the image to display for this link. 1.0
runat Specifies that the control is a server control. Must be set to "server". 1.0

Web Control Standard Properties

For a complete description, visit Web Control Standard Properties.

Control Standard Properties

For a complete description, visit Control Standard Properties.


Example

Image


❮ Webpages Ref Classes Control Bulletedlist ❯