0
kicks
Finally, a SelectedItems Option (yaaay)
The .NET framework does not include a way to get the selected items from a CheckBoxList, ListBox, DropDownList, or RadioButtonList, without iterating the Items collection. This post provides a generic extension method for retrieving the selected items from any ListControl.