Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataControlReferenceCollection::InsertItem Method (Int32, DataControlReference^)

.NET Framework (current version)
 

Inserts a data-control reference into the data-control reference collection.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

protected:
virtual void InsertItem(
	int index,
	DataControlReference^ item
) override

Parameters

index
Type: System::Int32

The index that indicates where to insert the data control.

item
Type: System.Web.DynamicData::DataControlReference^

The data control to insert.

.NET Framework
Available since 4.0
Return to top
Show:
© 2017 Microsoft