C# Класс HacmeBank_v2_Website.ascx.MyAccountForm

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Открытые методы

Метод Описание
Display_Account_Data ( object oss, DataGridCommandEventArgs e ) : void

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void

Приватные методы

Метод Описание
GetAccounts ( ) : void
InitializeComponent ( ) : void

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

Описание методов

Display_Account_Data() публичный Метод

public Display_Account_Data ( object oss, DataGridCommandEventArgs e ) : void
oss object
e DataGridCommandEventArgs
Результат void

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

Page_Load() защищенный Метод

protected Page_Load ( object sender, System e ) : void
sender object
e System
Результат void

Описание свойств

dgAccountDetails защищенное свойство

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
Результат global::System.Web.UI.WebControls.DataGrid

lblContactNo защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblErrorMessage защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblHeading1 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

lblHeading2 защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label