ListControl 控件
ASP.NET ListControl 控件
Web 服务器控件定义和用法
ListControl 控件为列表控件提供了所有基本的功能。继承自该控件的控件包括:CheckBoxList、DropDownList、ListBox 以及 RadioButtonList 类。
ListControl 类的属性允许您指定用来填充列表控件的数据源。
属性
属性 | 描述 | .NET |
---|---|---|
AppendDataBoundItems | 获取或设置一个布尔值,该值指示是否在绑定数据之前清除列表项。 | 2.0 |
AutoPostBack | 获取或设置一个值,该值指示当用户更改列表中的选定内容时,是否自动向服务器进行回传。 | 1.0 |
CausesValidation | 规定在列表控件中的项目被点击时,是否验证页面。 | 2.0 |
DataTextField | 为列表项提供文本内容的数据源字段。 | 1.0 |
DataTextFormatString | 用于规定如何显示列表数据的格式化字符串。 | 1.0 |
DataValueField | 为各列表项提供值的数据源字段。 | 1.0 |
Items | 列表中列表控件项的集合。 | 1.0 |
runat | 规定该控件是服务器控件。必须设置为 "server"。 | 1.0 |
SelectedIndex | 列表中选定项的序号索引。 | 1.0 |
SelectedItem | 列表中选定项的文本。 | 1.0 |
SelectedValue | 列表中选定项的值。 | 1.0 |
TagKey | 1.0 | |
Text | 列表中选定项的值。 | 2.0 |
ValidationGroup | 当 Postback 发生时,被验证的控件组。 | 2.0 |
OnSelectedIndexChanged | 当选定项的 index 被更改时,被执行的函数的名称。 | 1.0 |
Web 服务器控件
相关文章
- ASP.NET Web Pages 教程
- ASP.NET Web Pages 布局
- ASP.NET Web Pages 全局文件
- ASP.NET Razor 语法
- ASP.NET Razor VB 变量
- ASP.NET Web 表单
- ASP.NET ImageButton 控件
- ASP.NET Label 控件
- ASP.NET PlaceHolder 控件
- WebSecurity ConfirmAccount 方法
- HTML InputRadiobutton
- ASP.NET HTML 控件 Calendar
- ASP.NET HTML 控件 xml
- ASP.NET HTML 控件 RegularExpressionValidator
- ASP.NET HTML 控件 Hashtable RadioButtonList 1
- ASP.NET HTML 控件 XML RadiobuttonList
- C# 实例 Switch 条件
- ASP.NET CalendarDay IsWeekend 属性
- ASP.NET Style BackColor 属性
- htmlinputhidden