C# Class HacmeBank_v2_Website.ascx.AccountTransfer

Summary description for AccountTransfer.
Inheritance: System.Web.UI.UserControl
Mostrar archivo Open project: o2platform/Demos_Files

Protected Properties

Property Type Description
Rangevalidator1 global::System.Web.UI.WebControls.RangeValidator
btnTransfer global::System.Web.UI.WebControls.Button
drpdwnDestinationAcc global::System.Web.UI.WebControls.DropDownList
drpdwnSourceAcc global::System.Web.UI.WebControls.DropDownList
lblErrorMessage global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
rbExternalPayment global::System.Web.UI.WebControls.RadioButton
rbInternalPayment global::System.Web.UI.WebControls.RadioButton
rvfCheckAmount global::System.Web.UI.WebControls.RangeValidator
txtAmt global::System.Web.UI.WebControls.TextBox
txtComment global::System.Web.UI.WebControls.TextBox
txtExternalPaymentAccount global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnTransfer_Click ( object sender, System e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Page_Load() protected method

protected Page_Load ( object sender, System e ) : void
sender object
e System
return void

btnTransfer_Click() protected method

protected btnTransfer_Click ( object sender, System e ) : void
sender object
e System
return void

Property Details

Rangevalidator1 protected_oe property

Rangevalidator1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RangeValidator Rangevalidator1
return global::System.Web.UI.WebControls.RangeValidator

btnTransfer protected_oe property

btnTransfer control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnTransfer
return global::System.Web.UI.WebControls.Button

drpdwnDestinationAcc protected_oe property

drpdwnDestinationAcc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpdwnDestinationAcc
return global::System.Web.UI.WebControls.DropDownList

drpdwnSourceAcc protected_oe property

drpdwnSourceAcc control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList drpdwnSourceAcc
return global::System.Web.UI.WebControls.DropDownList

lblErrorMessage protected_oe property

lblErrorMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblErrorMessage
return global::System.Web.UI.WebControls.Label

lblMessage protected_oe property

lblMessage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblMessage
return global::System.Web.UI.WebControls.Label

rbExternalPayment protected_oe property

rbExternalPayment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton rbExternalPayment
return global::System.Web.UI.WebControls.RadioButton

rbInternalPayment protected_oe property

rbInternalPayment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RadioButton rbInternalPayment
return global::System.Web.UI.WebControls.RadioButton

rvfCheckAmount protected_oe property

rvfCheckAmount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RangeValidator rvfCheckAmount
return global::System.Web.UI.WebControls.RangeValidator

txtAmt protected_oe property

txtAmt control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtAmt
return global::System.Web.UI.WebControls.TextBox

txtComment protected_oe property

txtComment control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtComment
return global::System.Web.UI.WebControls.TextBox

txtExternalPaymentAccount protected_oe property

txtExternalPaymentAccount control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtExternalPaymentAccount
return global::System.Web.UI.WebControls.TextBox