Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gExternalApplication_RowDataBound ( object sender, System e ) : void |
Handles the RowDataBound event of the gExternalApplication control.
|
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
gExternalApplication_GridRebind ( object sender, |
Handles the GridRebind event of the gExternalApplication control.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected gExternalApplication_RowDataBound ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |