Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
FormatName ( object lastname, object nickname ) : string |
Formats the name.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnApply_Click ( object sender, |
Handles the Click event of the btnApply control.
|
|
gList_RowSelected ( object sender, |
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
LoadSettingsFromUserPreferences ( ) : void |
Loads the attendance reporting settings from user preferences.
|
|
SaveSettingsToUserPreferences ( ) : void |
Saves the attendance reporting settings to user preferences.
|
|
gList_GridRebind ( object sender, |
Handles the GridRebind event of the gPledges control.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected FormatName ( object lastname, object nickname ) : string | ||
lastname | object | The lastname. |
nickname | object | The nickname. |
return | string |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected btnApply_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gList_RowSelected ( object sender, |
||
sender | object | |
e | ||
return | void |