| Overload | Description |
|---|---|
| GetProcessedDataTable(String) | Returns a DataTable of processed data. |
| GetProcessedDataTable(String,Boolean) | Returns a DataTable of processed data. |
| GetProcessedDataTable(String,Boolean,Boolean) | Returns a DataTable of processed data. |
| GetProcessedDataTable(String,Boolean,Boolean,String) | Returns a DataTable of processed data. |
The follwoing sample, get a data table and displays with a datagrid. For complete
sample see features/PostDataProcessing.aspx
| C# | Copy Code |
|---|---|
//This line should add in Page_Load method | |
| Visual Basic | Copy Code |
|---|---|
'This line should add in Page_Load method | |
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.