From http://www.w3schools.com (Copyright Refsnes Data)
Complete Image Control Reference
The ImageUrl property is used to set or return the URL of an image to display.
| <asp:Image ImageUrl="URL" runat="server" /> |
| Attribute | Description |
|---|---|
| URL | The URL of the image to use |
ExampleThe following example sets the ImageUrl for an Image control:
Show example » |
Complete Image Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)