DataControlFieldCollection.IndexOf Method
.NET Framework 3.0
Determines the index of a specific DataControlField object in the collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public int IndexOf ( DataControlField field )
public function IndexOf ( field : DataControlField ) : int
Not applicable.
Parameters
- field
The DataControlField to locate in the collection.
Return Value
The index of the field parameter, if it is found in the collection; otherwise, -1.Community Additions
ADD
Show: