17 February 2014

Image Control - Basic Web Control

   The image control is used for displaying images on the web page, or some alternative text, if the image is not available.
Basic syntax for an image control:
    <asp: Image Id=”Image1” runat=”server”>
Important Properties:
     Alternate text: Alternate text to be displayed
   Image Align: Alignment options for the control
   Image URL: Path of the image to be displayed by the control

No comments:

Post a Comment