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