This documentation is archived and is not being maintained.
Repeater.CreateControlHierarchy Method
.NET Framework 1.1
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
[Visual Basic] Protected Overridable Sub CreateControlHierarchy( _ ByVal useDataSource As Boolean _ ) [C#] protected virtual void CreateControlHierarchy( bool useDataSource ); [C++] protected: virtual void CreateControlHierarchy( bool useDataSource ); [JScript] protected function CreateControlHierarchy( useDataSource : Boolean );
See Also
Repeater Class | Repeater Members | System.Web.UI.WebControls Namespace
Show: