BulletedList.SelectedItem Property
Assembly: System.Web (in system.web.dll)
In the base class, ListControl, the SelectedItem property returns a ListItem object that represents the currently selected item in a BulletedList control. The default is a null reference (Nothing in Visual Basic). The SelectedItem property is not applicable to the BulletedList control.
Note |
|---|
| If you use the get accessor for the SelectedItem property to return the selected item for a BulletedList control, it always returns a null reference (Nothing in Visual Basic). |
Use the event data of the BulletedListEventArgs class to determine the index of the link button in a BulletedList that was clicked.
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.
Note