Method | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
ShowDetailForm ( int id ) : void |
Shows the detail form.
|
|
gfSettings_ApplyFilterClick ( object sender, |
Handles the ApplyFilterClick event of the gfSettings control.
|
|
gfSettings_DisplayFilterValue ( object sender, |
Gfs the settings_ display filter value.
|
|
rGridGivingProfile_Add ( object sender, |
Handles the Add event of the gridFinancialGivingProfile control.
|
|
rGridGivingProfile_Delete ( object sender, |
Handles the Delete event of the grdFinancialGivingProfile control.
|
|
rGridGivingProfile_Edit ( object sender, |
Handles the RowSelected event of the rGridGivingProfile control.
|
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
rGridGivingProfile_GridRebind ( object sender, |
Handles the GridRebind event of the grdFinancialGivingProfile control.
|
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected ShowDetailForm ( int id ) : void | ||
id | int | The id. |
return | void |
protected gfSettings_ApplyFilterClick ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gfSettings_DisplayFilterValue ( object sender, |
||
sender | object | The sender. |
e | The e. | |
return | void |
protected rGridGivingProfile_Add ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rGridGivingProfile_Delete ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected rGridGivingProfile_Edit ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |