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