C# Класс ActivEarth.Account.ChangePassword

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

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

Свойство Тип Описание
CancelPushButton global::System.Web.UI.WebControls.Button
ChangePasswordPushButton global::System.Web.UI.WebControls.Button
ChangeUserPasswordValidationSummary global::System.Web.UI.WebControls.ValidationSummary
ConfirmNewPassword global::System.Web.UI.WebControls.TextBox
ConfirmNewPasswordLabel global::System.Web.UI.WebControls.Label
ConfirmNewPasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
CurrentPassword global::System.Web.UI.WebControls.TextBox
CurrentPasswordLabel global::System.Web.UI.WebControls.Label
CurrentPasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator
FailureText global::System.Web.UI.WebControls.Literal
NewPassword global::System.Web.UI.WebControls.TextBox
NewPasswordCompare global::System.Web.UI.WebControls.CompareValidator
NewPasswordLabel global::System.Web.UI.WebControls.Label
NewPasswordRequired global::System.Web.UI.WebControls.RequiredFieldValidator

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

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

Cancel Button click

BtnSubmitClick ( object sender, EventArgs e ) : void

Submit Button Click

Page_Load ( object sender, EventArgs e ) : void

Load the page

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

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

Cancel Button click
protected BtnCancelClick ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
Результат void

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

Submit Button Click
protected BtnSubmitClick ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
Результат void

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

Load the page
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
Результат void

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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