From http://www.w3schools.com (Copyright Refsnes Data)
Complete Table Control Reference
The Caption property is used to get or set a text that is shown as a caption for the Table Control.
|
<asp:Table Caption="string" runat="server"> Some Content </asp:Table> |
| Attribute | Description |
|---|---|
| string | The text to be shown as the table caption |
ExampleThe following example sets the Caption for a Table control:
Show example » |
Complete Table Control Reference
From http://www.w3schools.com (Copyright Refsnes Data)