'Declaration Public Shared Sub InitializeDataRepeaterClones( _ ByVal itemTemplate As Control, _ ByVal dataRepeaterItem As Control _ )
public static void InitializeDataRepeaterClones( Control itemTemplate, Control dataRepeaterItem )
Note: The clone is mapped to the original template through the Name property, so if this value is changed, this method will not be able to function. In cases where the Name property is changed for clones, it is recommended to call the InitializeDataRepeaterClone method manually.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2