DataControlFieldCollection.Insert Method
.NET Framework 3.0
Inserts the specified DataControlField object into the DataControlFieldCollection collection at the specified index.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public void Insert ( int index, DataControlField field )
public function Insert ( index : int, field : DataControlField )
Not applicable.
Parameters
- index
The zero-based index at which the DataControlField is inserted.
- field
The DataControlField to insert.
| Exception type | Condition |
|---|---|
| index is less than 0. - or - index is greater than Count. |
Community Additions
ADD
Show: