C# 클래스 HacmeBank_v2_Website.ascx.PasswordChange

PasswordChange class.
Auto-generated class.
파일 보기 프로젝트 열기: o2platform/Demos_Files

보호된 프로퍼티들

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