C# Class HacmeBank_v2_Website.ascx.admin.Manage_Accounts

Manage_Accounts class.
Auto-generated class.
Mostrar archivo Open project: o2platform/Demos_Files

Protected Properties

Property Type Description
btnCreateNewAccount global::System.Web.UI.WebControls.Button
ddlAccountType global::System.Web.UI.WebControls.DropDownList
ddlUserIDs global::System.Web.UI.WebControls.DropDownList
lblErrorMessage global::System.Web.UI.WebControls.Label
tblUserDetailsForm global::System.Web.UI.WebControls.Table
txtAccountBranch global::System.Web.UI.WebControls.TextBox
txtAccountCurrency global::System.Web.UI.WebControls.TextBox
txtAccountInitialBalance global::System.Web.UI.WebControls.TextBox
txtAccountNumber global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnCreateNewAccount_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.

fillDropDownBoxWithCurrentUsers ( ) : void

Method Details

OnInit() protected method

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

Page_Load() protected method

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

btnCreateNewAccount_Click() protected method

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

Property Details

btnCreateNewAccount protected_oe property

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

ddlAccountType protected_oe property

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

ddlUserIDs protected_oe property

ddlUserIDs control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList ddlUserIDs
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

tblUserDetailsForm protected_oe property

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

txtAccountBranch protected_oe property

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

txtAccountCurrency protected_oe property

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

txtAccountInitialBalance protected_oe property

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

txtAccountNumber protected_oe property

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