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