BulletedList.SelectedItem Property
.NET Framework 3.0
Gets the currently selected item in a BulletedList control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
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.
Community Additions
ADD
Show:
Note: