asp.net.ph

DataControlFieldCollection.Insert Method

System.Web.UI.WebControls Namespace   DataControlFieldCollection Class


.NET Framework version 2.0

Inserts the specified DataControlField to the collection at the specified index location.

[ VB ]
Overloads Public Sub Insert ( _
   ByVal index As Integer, _
   ByVal item As DataControlField _
)

[ C# ]
public void Insert (
   int index,
   DataControlField item
);

[ C++ ]
public: void Insert (
   int index,
   DataControlField* item
);

[ JScript ]
public function Insert (
   index : int,
   item : DataControlField
);

Parameters

index
The location in the collection to add the DataControlField.
item
The DataControlField to add to the collection.

Remarks

Use the Insert method to add a DataControlField to the collection at the index specified by the index parameter. This implementation of the method takes the DataControlField specified by the item parameter and inserts it in the collection at the specified index.

See Also

DataControlFieldCollection Members   Add Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph