| |||||
DataControlFieldCollection.Insert MethodSystem.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
RemarksUse 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 AlsoDataControlFieldCollection Members Add |
| ||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme