DataGrid.CreateColumnSet Method
.NET Framework 2.0
Creates the set of columns to be used to build up the control hierarchy. When AutoGenerateColumns is true, the columns are created to match the data source and are appended to the set of columns defined in the Columns collection.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected: virtual ArrayList^ CreateColumnSet ( PagedDataSource^ dataSource, bool useDataSource )
protected ArrayList CreateColumnSet ( PagedDataSource dataSource, boolean useDataSource )
protected function CreateColumnSet ( dataSource : PagedDataSource, useDataSource : boolean ) : ArrayList
Parameters
- dataSource
The data source being used to create the control hierarchy
- useDataSource
Whether to use the data source to generate columns automatically or to use saved state.
Return Value
An ArrayList containing the effective set of columns in the right order.Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: