ASP.NET Table Caption 屬性
ASP.NET Caption 屬性

定義和用法
Caption 屬性用于為 Table 控件獲取或設(shè)置顯示為標(biāo)題的文本。
語(yǔ)法
<asp:Table Caption="string" runat="server">
Some Content
</asp:Table>
Some Content
</asp:Table>
屬性 | 描述 |
---|---|
string | 顯示為表格標(biāo)題的文本。 |
實(shí)例
下面的實(shí)例為 Table 控件設(shè)置了 Caption:
<form runat="server">
<asp:Table id="tab1" runat="server"
Caption="Table 實(shí)例">
<asp:TableRow>
<asp:TableCell>
Hello!
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
<asp:Table id="tab1" runat="server"
Caption="Table 實(shí)例">
<asp:TableRow>
<asp:TableCell>
Hello!
</asp:TableCell>
</asp:TableRow>
</asp:Table>
</form>
演示實(shí)例 ?

相關(guān)文章
- ASP.NET Web Pages 教程
- ASP.NET Web Pages 幫助器
- ASP.NET Web Pages WebGrid
- ASP.NET Web Pages Database 參考手冊(cè)
- ASP.NET Web Pages WebMail 參考手冊(cè)
- ASP.NET Razor 標(biāo)記
- ASP.NET Razor 語(yǔ)法
- ASP.NET 服務(wù)器控件
- ASP.NET Repeater 控件
- ASP.NET 導(dǎo)航
- WebSecurity IsAuthenticated 屬性
- WebSecurity InitializeDatabaseConnection 方法
- WebSecurity IsConfirmed 方法
- ASP.NET HTML 控件 Calendar 3
- ASP.NET HTML 控件 Hyperlink
- ASP.NET HTML 控件 用 重復(fù)
- ASP.NET HTML 控件 CustomValidator
- ASP.NET HTML 控件 Page_Load
- htmlanchor
- ASP.NET Calendar NextMonthText 屬性