精品熟女碰碰人人a久久,多姿,欧美欧美a v日韩中文字幕,日本福利片秋霞国产午夜,欧美成人禁片在线观看

ASP.NET TableRow 控件

asp.net tablerow 控件

web server controls web 服務器控件

定義和用法

tablerow 控件與 tablecell 控件和 table 控件一起使用,來創建表格中的行。

提示:表格的行存儲在 table 控件中的 rows 集合中。

屬性

屬性 描述 .net
cells
horizontalalign 表格行中內容的水平對齊方式。 1.0
tablesection table 控件中 tablerow 對象的位置。 2.0
verticalalign 表格行中內容的垂直對齊方式。 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 控件。

web server controls web 服務器控件
相關文章