ListBox.GetSelectedIndices Method
.NET Framework 3.0
Gets the array of index values for currently selected items in the ListBox control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
Use the GetSelectedIndices method to identify or access the selected items in the ListBox control. Each element in the returned array represents the index for a selected list item. You can use the index values to access the items in the Items collection.
Community Additions
ADD
Show: