ListView::CreateChildControls Method (IEnumerable^, Boolean)
.NET Framework (current version)
Creates the control hierarchy that is used to render the ListView control by using the specified data source.
Assembly: System.Web.Extensions (in System.Web.Extensions.dll)
Parameters
- dataSource
-
Type:
System.Collections::IEnumerable^
An object that contains the data source for the ListView control.
- dataBinding
-
Type:
System::Boolean
true to indicate that the child controls are bound to data; false to indicate that the control will re-create itself from view state during a postback.
| Exception | Condition |
|---|---|
| InvalidOperationException | dataSource returns null for DataSourceView. -or- dataSource does not implement the ICollection interface and cannot return a TotalRowCount value. -or- dataSource does not implement the ICollection interface and dataBinding is set to false. -or- The ListView control does not have a group placeholder specified. -or- The ListView control does not have an item placeholder specified. |
.NET Framework
Available since 3.5
Available since 3.5
Show:
