Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
gBinaryFileType_Add ( object sender, |
Handles the Add event of the gBinaryFileType control.
|
|
gBinaryFileType_Delete ( object sender, |
Handles the Delete event of the gBinaryFileType control.
|
|
gBinaryFileType_Edit ( object sender, |
Handles the Edit event of the gBinaryFileType control.
|
|
gBinaryFileType_RowDataBound ( object sender, System e ) : void |
Handles the RowDataBound event of the gBinaryFileType control.
|
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
gBinaryFileType_GridRebind ( object sender, |
Handles the GridRebind event of the gBinaryFileType control.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected gBinaryFileType_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gBinaryFileType_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gBinaryFileType_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gBinaryFileType_RowDataBound ( object sender, System e ) : void | ||
sender | object | The source of the event. |
e | System | The |
return | void |