System.Web.UI.HtmlControls.HtmlSelect.Select Method

Selects multiple items of the System.Web.UI.HtmlControls.HtmlSelect control's HtmlSelect.Items collection.

Syntax

protected virtual void Select (int[] selectedIndices)

Parameters

selectedIndices
An Array of type int that contains the items to select.

Remarks

The HtmlSelect.Select(Int32[]) method selects multiple items of the HtmlSelect.Items collection.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0