Property
|
Description
|
Text
|
The text displayed for the item
|
Selected
|
Indicates whether the item is selected.
|
Value
|
A string value associated with the item.
|
·
To work with the items in a drop-down list or
list box, you use the Items property of the control. This property returns a
ListItemCollection object which contains all the items of the list.
·
The SelectedIndexChanged event is raised when
the user selects a different item from a drop-down list or list box.
Comments
Post a Comment