C# 클래스 Subtext.Web.HostAdmin.ChangePassword

Allows the user to change the host admin password.
상속: Subtext.Web.HostAdmin.HostAdminPage
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
btnSave global::System.Web.UI.WebControls.Button
lblSuccess global::System.Web.UI.WebControls.Label
txtConfirmPassword global::System.Web.UI.WebControls.TextBox
txtCurrentPassword global::System.Web.UI.WebControls.TextBox
txtNewPassword global::System.Web.UI.WebControls.TextBox
validationSummary global::System.Web.UI.WebControls.ValidationSummary
vldComparePasswords global::System.Web.UI.WebControls.CompareValidator
vldConfirmPassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldCurrent global::System.Web.UI.WebControls.CustomValidator
vldCurrentPassword global::System.Web.UI.WebControls.RequiredFieldValidator
vldNewPassword global::System.Web.UI.WebControls.RequiredFieldValidator

보호된 메소드들

메소드 설명
OnInit ( EventArgs e ) : void
Page_Load ( object sender, System e ) : void
btnSave_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.

vldCurrent_ServerValidate ( object source, System args ) : 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

btnSave_Click() 보호된 메소드

protected btnSave_Click ( object sender, System e ) : void
sender object
e System
리턴 void

프로퍼티 상세

btnSave 보호되어 있는 프로퍼티

btnSave control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSave
리턴 global::System.Web.UI.WebControls.Button

lblSuccess 보호되어 있는 프로퍼티

lblSuccess control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSuccess
리턴 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

txtCurrentPassword 보호되어 있는 프로퍼티

txtCurrentPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtCurrentPassword
리턴 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

validationSummary 보호되어 있는 프로퍼티

validationSummary control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ValidationSummary validationSummary
리턴 global::System.Web.UI.WebControls.ValidationSummary

vldComparePasswords 보호되어 있는 프로퍼티

vldComparePasswords control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CompareValidator vldComparePasswords
리턴 global::System.Web.UI.WebControls.CompareValidator

vldConfirmPassword 보호되어 있는 프로퍼티

vldConfirmPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldConfirmPassword
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

vldCurrent 보호되어 있는 프로퍼티

vldCurrent control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.CustomValidator vldCurrent
리턴 global::System.Web.UI.WebControls.CustomValidator

vldCurrentPassword 보호되어 있는 프로퍼티

vldCurrentPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldCurrentPassword
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator

vldNewPassword 보호되어 있는 프로퍼티

vldNewPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RequiredFieldValidator vldNewPassword
리턴 global::System.Web.UI.WebControls.RequiredFieldValidator