| Visual Basic (Declaration) | |
|---|---|
| Public Event PostDataProcessing() As PostDataProcessingEventHandler | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| public event PostDataProcessingEventHandler PostDataProcessing() | |
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 event is very useful for customizing and displaying the processed
            data specially when using SplitByLimit which generates more than one series from a series.
            
            
            
             
     
     
     
    