asp.net.ph

ListControl.Items Property

System.Web.UI.WebControls Namespace   ListControl Class


Returns the collection of items in a list control.

Syntax


Script [ ListItemCollection variable = ] ListControl.Items

Property Value


variable Returns a ListItemCollection that represents the items within the list.

The property is read only with no default value.

Remarks

Use this property to get the properties of each item in the list control. This property can be used to specify or determine the selected items in the list control.

Example

Below are links to code examples that illustrate using a list control's Items property in varied scenarios.


See Also

ListControl Members   Selected Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph