C# Class HacmeBank_v2_Website.ascx.TransactionDetails

Summary description for TransactionDetails.
Inheritance: System.Web.UI.UserControl
Exibir arquivo Open project: o2platform/Demos_Files

Protected Properties

Property Type Description
dg_AccountBal 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

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( 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.

LoadTransactionDetails ( ) : void

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

Property Details

dg_AccountBal protected_oe property

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