ListControl.Items Property
.NET Framework 2.0
Gets the collection of items in the list control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public ListItemCollection get_Items ()
public function get Items () : ListItemCollection
Property Value
A ListItemCollection that represents the items within the list. The default is an empty list.Use this property to get the properties of items in the list control. This property can be used to determine the selected items in the list control.
| Topic | Location |
|---|---|
| How to: Set Web Server Control Properties in Collections | Building ASP .NET Web Applications |
| How to: Set Web Server Control Properties in Collections | Building ASP .NET Web Applications |
The following example demonstrates how to use the Items property to determine the selected items in a CheckBoxList control.
Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: