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

ASP.NET Table 控件

asp.net table 控件

web server controls web 服務器控件

定義和用法

table 控件與 tablecell 控件和 tablerow 控件配合,用于創建表格。

屬性

屬性 描述 .net
backimageurl 表格的背景圖像的 url。 1.0
caption 表格的標題。 2.0
captionalign 標題文本的對齊方式。 2.0
cellpadding 單元格邊框與內容的間距。 1.0
cellspacing 單元格間距。 1.0
gridlines 表格的網格線格式 1.0
horizontalalign 表格在頁面中的水平對齊方式。 1.0
rows 表格中的行集合。 1.0
runat 規定該控件是服務器控件。必須設置為 "server"。 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 服務器控件
相關文章