Méthode | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
DaysSinceLastReminder ( System.DateTime lastReminderDate ) : string |
Dayses the since last reminder.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnSendReminders_Click ( object sender, |
Handles the Click event of the btnSendReminders control.
|
|
tglEmailBodyView_CheckedChanged ( object sender, |
Handles the CheckedChanged event of the tglEmailBodyView control.
|
Méthode | Description | |
---|---|---|
LoadData ( ) : void |
Loads the registration.
|
|
LoadOutstandingBalances ( ) : void |
Loads the outstanding balances.
|
|
gRegistrations_GridRebind ( object sender, |
Handles the GridRebind event of the GRegistrations control.
|
|
gRegistrations_RowDataBound ( object sender, System.Web.UI.WebControls.GridViewRowEventArgs e ) : void |
Handles the RowDataBound event of the gRegistrations control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected DaysSinceLastReminder ( System.DateTime lastReminderDate ) : string | ||
lastReminderDate | System.DateTime | The last reminder date. |
Résultat | string |
protected OnInit ( |
||
e | An |
|
Résultat | void |
protected OnLoad ( |
||
e | The |
|
Résultat | void |
protected btnSendReminders_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |
protected tglEmailBodyView_CheckedChanged ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
Résultat | void |