Method | Description | |
---|---|---|
ShowDetail ( int accountId ) : void |
Shows the detail.
|
Method | Description | |
---|---|---|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
btnCancel_Click ( object sender, |
Handles the Click event of the btnCancel control.
|
|
btnSave_Click ( object sender, |
Handles the Click event of the btnSave control.
|
Method | Description | |
---|---|---|
LoadDropDowns ( ) : void |
Loads the drop downs.
|
|
SetEditMode ( bool editable ) : void |
Sets the edit mode.
|
|
ShowEditDetails ( FinancialAccount account ) : void |
Shows the edit details.
|
|
ShowReadonlyDetails ( FinancialAccount account ) : void |
Shows the readonly details.
|
protected OnLoad ( |
||
e | The |
|
return | void |
public ShowDetail ( int accountId ) : void | ||
accountId | int | The account identifier. |
return | void |
protected btnCancel_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected btnSave_Click ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |