Method | Description | |
---|---|---|
Block_BlockUpdated ( object sender, |
Handles the BlockUpdated event of the control.
|
|
FormatCurrencyType ( FinancialTransaction txn ) : string |
Formats the type of the currency.
|
|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
bbtnApply_Click ( object sender, |
Handles the Click event of the bbtnApply control.
|
|
gTransactions_GridRebind ( object sender, |
Handles the GridRebind event of the gTransactions control.
|
Method | Description | |
---|---|---|
BindGrid ( ) : void |
Binds the grid.
|
|
FormatSummary ( FinancialTransaction txn ) : string |
Formats the summary.
|
|
LoadAccounts ( ) : void |
Loads the accounts.
|
protected Block_BlockUpdated ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected FormatCurrencyType ( FinancialTransaction txn ) : string | ||
txn | FinancialTransaction | The TXN. |
return | string |
protected OnInit ( |
||
e | An |
|
return | void |
protected OnLoad ( |
||
e | The |
|
return | void |
protected bbtnApply_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected gTransactions_GridRebind ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |