ListBox.GetSelectedIndices Method

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)

public:
virtual array<int>^ GetSelectedIndices ()
public int[] GetSelectedIndices ()
public function GetSelectedIndices () : int[]
Not applicable.

Return Value

An array of integers, each representing the index of a selected item in the list box.

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.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: