ASP.NET TableRow 控件
asp.net tablerow 控件
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 控件。
相关文章
- ASP.NET 教程
- ASP.NET
- ASP.NET Web Pages HTML 表单
- ASP.NET Web Pages 帮助器
- ASP.NET Web Pages WebGrid
- ASP.NET Web Pages PHP
- ASP.NET Web Pages – 发布
- ASP.NET WebPages 帮助器参考手册
- ASP.NET Razor 语法
- ASP.NET Razor C# 变量
- ASP.NET Razor C# 循环和数组
- ASP.NET Razor C# 逻辑
- ASP.NET Razor VB 变量
- ASP.NET MVC 视图
- ASP.NET MVC 参考手册
- ASP.NET 服务器控件
- ASP.NET 事件句柄
- ASP.NET ViewState
- ASP.NET 母版页
- ASP.NET 导航