C# 클래스 ActivEarth.Account.ChangePassword

상속: System.Web.UI.Page
파일 보기 프로젝트 열기: mlcamilli/ActivEarth

보호된 프로퍼티들

프로퍼티 타입 설명
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