Метод | Описание | |
---|---|---|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnExec_Click ( object sender, |
Handles the Click event of the btnExec control.
|
|
gReport_GridRebind ( object sender, |
Handles the GridRebind event of the gReport control.
|
Метод | Описание | |
---|---|---|
AddGridColumns ( |
Adds the grid columns.
|
|
GetSortedView ( |
Gets the sorted view.
|
|
RunCommand ( ) : void |
Binds the grid.
|
protected OnLoad ( |
||
e | The |
|
Результат | void |
protected btnExec_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |
protected gReport_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Результат | void |