ASP.NET Table 控件
asp.net table 控件

定義和用法
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 控件。

相關文章
- ASP.NET 教程
- ASP.NET Web Pages 教程
- ASP.NET Web Pages Razor
- ASP.NET Web Pages 布局
- ASP.NET Web Pages 對象
- ASP.NET Web Pages PHP
- ASP.NET MVC 文件夾
- ASP.NET MVC 模型
- ASP.NET MVC – 發布
- ASP.NET Web 頁面
- ASP.NET ViewState
- ASP.NET TextBox 控件
- ASP.NET Button 控件
- ASP.NET 數據綁定
- ASP.NET ArrayList
- ASP.NET XML 數據綁定
- ASP.NET Repeater 控件
- ASP.NET 數據庫連接
- ASP.NET 母版頁
- ASP.NET Web 服務器控件