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

PasswordChange class.
Auto-generated class.
Показать файл Открыть проект

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

Свойство Тип Описание
btnSubmit global::System.Web.UI.WebControls.Button
lblConformPassword global::System.Web.UI.WebControls.Label
lblErrorMessage global::System.Web.UI.WebControls.Label
lblMessage global::System.Web.UI.WebControls.Label
lblNewPassword global::System.Web.UI.WebControls.Label
lblOldPassword global::System.Web.UI.WebControls.Label
txtConfirmPassword global::System.Web.UI.WebControls.TextBox
txtNewPassword global::System.Web.UI.WebControls.TextBox
txtOldPassword global::System.Web.UI.WebControls.TextBox

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

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

vulnerability: The check for the old password is never made before the password is changed

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

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

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

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

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

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

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

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

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

vulnerability: The check for the old password is never made before the password is changed
protected btnSubmit_Click ( object sender, System e ) : void
sender object
e System
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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