C# Class HacmeBank_v2_Website.ascx.admin.Manage_Accounts

Manage_Accounts class.
Auto-generated class.
Afficher le fichier Open project: o2platform/Demos_Files

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnCreateNewAccount_Click ( object sender, System e ) : void

Private Methods

Méthode 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 méthode

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, System e ) : void
sender object
e System
Résultat void

btnCreateNewAccount_Click() protected méthode

protected btnCreateNewAccount_Click ( object sender, System e ) : void
sender object
e System
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox