NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListControl.Select

[To be supplied.]

[Visual Basic]
Overridable Protected Sub Select( _
   ByVal selectedIndices() As Integer _
)
[C#]
protected virtual void Select(
   int[] selectedIndices
);
[C++]
protected: virtual void Select(
   int* selectedIndices[]
);
[JScript]
protected function Select(
   selectedIndices : int[]
);

Parameters

selectedIndices
[To be supplied.]

See Also

ListControl Class | ListControl Members | System.Web.UI.WebControls Namespace