Easy Tutorial
❮ Prop Webcontrol Calendar Selectorstyle Webpages Php ❯

ASP.NET CheckBoxList Control



Definition and Usage

The CheckBoxList control is used to create a multi-selection check box group.

Each item in the CheckBoxList control is defined by a ListItem element!

Tip: This control supports data binding!


Properties

Property Description .NET
CellPadding The number of pixels between the border and the content of the table cell. 1.0
CellSpacing The number of pixels between table cells. 1.0
RepeatColumns The number of columns used when displaying the check box group. 1.0
RepeatDirection Specifies whether the check box group repeats horizontally or vertically. 1.0
RepeatLayout The layout of the check box group. 1.0
runat Specifies that the control is a server control. Must be set to "server". 1.0
TextAlign The side of the check box where the text appears. 1.0

ListControl Standard Properties

The ListControl control includes all basic functionalities of list controls. Controls that inherit from this control include: CheckBoxList, DropDownList, ListBox, and RadioButtonList controls.

For a complete description, visit ListControl Standard Properties.

Web Control Standard Properties

For a complete description, visit Web Control Standard Properties.

Control Standard Properties

For a complete description, visit Control Standard Properties.


Examples

CheckBoxList


❮ Prop Webcontrol Calendar Selectorstyle Webpages Php ❯