ASP.NET TableCell 控件
asp.net tablecell 控件

定義和用法
tablecell 控件與 table 控件和 tablerow 控件結(jié)合,用于創(chuàng)建表格中的單元格。
提示:每行的單元均存儲(chǔ)在 tablerow 控件的 cells 集合中。
屬性
屬性 | 描述 | .net |
---|---|---|
associatedheadercellid | 與 tablecell 控件關(guān)聯(lián)的表標(biāo)題單元格列表。 | 2.0 |
columnspan | 單元格跨越的列數(shù)。 | 1.0 |
horizontalalign | 表格單元格中內(nèi)容的水平對(duì)齊方式。 | 1.0 |
rowspan | 單元格跨越的行數(shù)。 | 1.0 |
runat | 規(guī)定該控件是服務(wù)器控件。必須設(shè)置為 "server"。 | 1.0 |
text | 規(guī)定表格單元格的文本。 | 1.0 |
verticalalign | 表格單元格中內(nèi)容的垂直對(duì)齊方式。 | 1.0 |
wrap | 規(guī)定單元格內(nèi)容是否換行。 | 1.0 |
web 控件標(biāo)準(zhǔn)屬性
accesskey, attributes, backcolor, bordercolor,
borderstyle, borderwidth, cssclass, enabled, font, enabletheming,
forecolor, height, isenabled, skinid, style, tabindex, tooltip, width
如需完整描述,請(qǐng)?jiān)L問 web 控件標(biāo)準(zhǔn)屬性。
控件標(biāo)準(zhǔn)屬性
apprelativetemplatesourcedirectory, bindingcontainer,
clientid, controls, enabletheming, enableviewstate, id, namingcontainer,
page, parent, site, templatecontrol, templatesourcedirectory, uniqueid,
visible
如需完整描述,請(qǐng)?jiān)L問 控件標(biāo)準(zhǔn)屬性。
實(shí)例
table
在本例中,我們?cè)?.aspx 文件中聲明了兩個(gè) table 控件。
table 2
在本例中,我們?cè)?.aspx 文件中聲明了一個(gè) table 控件,三個(gè) tablerow 控件,和兩個(gè) tablecell 控件。

相關(guān)文章
- ASP.NET Web Pages 布局
- ASP.NET Web Pages 文件夾
- ASP.NET Web Pages HTML 表單
- ASP.NET Web Pages 文件
- ASP.NET Web Pages 幫助器
- ASP.NET Web Pages Email
- ASP.NET Web Pages WebMail 參考手冊(cè)
- ASP.NET Razor C# 循環(huán)和數(shù)組
- ASP.NET Razor C# 邏輯
- ASP.NET Razor VB 變量
- ASP.NET MVC 視圖
- ASP.NET MVC 數(shù)據(jù)庫
- ASP.NET MVC 參考手冊(cè)
- ASP.NET Web Forms 教程
- ASP.NET Web 表單
- ASP.NET ViewState
- ASP.NET Button 控件
- ASP.NET 數(shù)據(jù)綁定
- ASP.NET DataList 控件
- ASP.NET HTML 服務(wù)器控件