ASP.NET Caption Property
Complete Table Control Reference
Definition and Usage
The Caption property is used to get or set a text that is shown as a caption
for the Table Control.
Syntax
<asp:Table Caption="string" runat="server">
Some Content
</asp:Table> |
| Attribute |
Description |
| string |
The text to be shown as the table caption |
Example
The following example sets the Caption for a Table control:
<form runat="server">
<asp:Table id="tab1" runat="server"
Caption="Table Example">
<asp:TableRow>
<asp:TableCell>
Hello!
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
|
Show example »
|
Complete Table Control Reference

Need an easy way to get data into XML, or transform XML to another format?
MapForce lets you map XML data to/from any combination of XML, database, flat file, Excel 2007, XBRL, or Web services data.
Then it transforms data instantly or auto-generates royalty-free data integration code for recurrent conversions.
Download a free, fully functional 30-day trial to experience the following features:
- Easy-to-use, graphical data mapping interface
- Instant data transformation
- XSLT 1.0/2.0 and XQuery code generation
- Java, C#, and C++ code generation
- Advanced data processing functions
- Support for all major relational databases including SQL Server, IBM DB2, Oracle, and more
- Visual Studio & Eclipse integration
Download a fully-functional trial today!
|
|
|
|