Easy Tutorial
❮ Met Websecurity Changepassword Control Htmlinputbutton ❯

ASP.NET ListBox Control



Definition and Usage

The ListBox control is used to create a single-select or multi-select drop-down list.

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

Tip: This control supports data binding!


Properties

Property Description .NET
Rows The number of rows displayed in the list. 1.0
SelectionMode Allows single or multiple selection. 1.0

ListControl Standard Properties

The ListControl includes all the basic functionalities of a list control. 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.


Example

Listbox


❮ Met Websecurity Changepassword Control Htmlinputbutton ❯