C# Class HacmeBank_v2_Website.ascx.MyAccountForm

Afficher le fichier Open project: o2platform/Demos_Files

Protected Properties

Свойство Type Description
dgAccountDetails global::System.Web.UI.WebControls.DataGrid
lblContactNo global::System.Web.UI.WebControls.Label
lblErrorMessage global::System.Web.UI.WebControls.Label
lblHeading1 global::System.Web.UI.WebControls.Label
lblHeading2 global::System.Web.UI.WebControls.Label

Méthodes publiques

Méthode Description
Display_Account_Data ( object oss, DataGridCommandEventArgs e ) : void

Méthodes protégées

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

Private Methods

Méthode Description
GetAccounts ( ) : void
InitializeComponent ( ) : void

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

Method Details

Display_Account_Data() public méthode

public Display_Account_Data ( object oss, DataGridCommandEventArgs e ) : void
oss object
e DataGridCommandEventArgs
Résultat void

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

Property Details

dgAccountDetails protected_oe property

dgAccountDetails control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DataGrid dgAccountDetails
Résultat global::System.Web.UI.WebControls.DataGrid

lblContactNo protected_oe property

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

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

lblHeading1 protected_oe property

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

lblHeading2 protected_oe property

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