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

Summary description for AdminSection.
Наследование: System.Web.UI.UserControl
Показать файл Открыть проект

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

Свойство Тип Описание
btnLoginAdminSection global::System.Web.UI.WebControls.Button
lblChallenge global::System.Web.UI.WebControls.Label
lblErrorMessage global::System.Web.UI.WebControls.Label
lblResponse global::System.Web.UI.WebControls.Label
lblResponseValue global::System.Web.UI.WebControls.Label
txtChallenge global::System.Web.UI.WebControls.TextBox
txtResponse global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

allocatedRamdomNumberToTextBox ( ) : void

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

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

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

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

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

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

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

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

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

btnLoginAdminSection control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnLoginAdminSection
Результат global::System.Web.UI.WebControls.Button

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

lblChallenge control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblChallenge
Результат 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

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

lblResponse control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblResponse
Результат global::System.Web.UI.WebControls.Label

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

lblResponseValue control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblResponseValue
Результат global::System.Web.UI.WebControls.Label

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

txtChallenge control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtChallenge
Результат global::System.Web.UI.WebControls.TextBox

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

txtResponse control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtResponse
Результат global::System.Web.UI.WebControls.TextBox