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

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

相關文章
- 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 參考手冊
- ASP.NET Razor C# 循環和數組
- ASP.NET Razor C# 邏輯
- ASP.NET Razor VB 變量
- ASP.NET MVC 視圖
- ASP.NET MVC 數據庫
- ASP.NET MVC 參考手冊
- ASP.NET Web Forms 教程
- ASP.NET Web 表單
- ASP.NET ViewState
- ASP.NET Button 控件
- ASP.NET 數據綁定
- ASP.NET DataList 控件
- ASP.NET HTML 服務器控件