C# Class ActivEarth.Account.ChangePassword

Inheritance: System.Web.UI.Page
Mostra file Open project: mlcamilli/ActivEarth

Protected Properties

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

Protected Methods

Method Description
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

Method Details

BtnCancelClick() protected method

Cancel Button click
protected BtnCancelClick ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
return void

BtnSubmitClick() protected method

Submit Button Click
protected BtnSubmitClick ( object sender, EventArgs e ) : void
sender object Object that requested the page load.
e System.EventArgs The event arguments.
return void

Page_Load() protected method

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.
return void

Property Details

CancelPushButton protected_oe property

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
return global::System.Web.UI.WebControls.Button

ChangePasswordPushButton protected_oe property

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
return global::System.Web.UI.WebControls.Button

ChangeUserPasswordValidationSummary protected_oe property

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
return global::System.Web.UI.WebControls.ValidationSummary

ConfirmNewPassword protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

ConfirmNewPasswordLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

ConfirmNewPasswordRequired protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

CurrentPassword protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

CurrentPasswordLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

CurrentPasswordRequired protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator

FailureText protected_oe property

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
return global::System.Web.UI.WebControls.Literal

NewPassword protected_oe property

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
return global::System.Web.UI.WebControls.TextBox

NewPasswordCompare protected_oe property

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
return global::System.Web.UI.WebControls.CompareValidator

NewPasswordLabel protected_oe property

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
return global::System.Web.UI.WebControls.Label

NewPasswordRequired protected_oe property

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
return global::System.Web.UI.WebControls.RequiredFieldValidator