GetProcessedDataTable(String,Boolean) Method
Returns a DataTable of processed data.
Syntax
Parameters
- tokenTemplate
- transposeData
Return Value
Returns a data table of the processed data.Returns a data table of the processed data.
Remarks
This method usually called in PostDataProcessing event handler method when data generated dynamically from a database. Then, the datatable can be displayed with dataGrid or other controls.
Example
The follwoing sample, get a data table and displays with a datagrid. For complete sample see features/PostDataProcessing.aspx
Requirements
Target Platforms: 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
See Also