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 |
Method | Description | |
---|---|---|
BtnCancelClick ( object sender, |
Cancel Button click
|
|
BtnSubmitClick ( object sender, |
Submit Button Click
|
|
Page_Load ( object sender, |
Load the page
|
protected BtnCancelClick ( object sender, |
||
sender | object | Object that requested the page load. |
e | The event arguments. | |
return | void |
protected BtnSubmitClick ( object sender, |
||
sender | object | Object that requested the page load. |
e | The event arguments. | |
return | void |
protected Page_Load ( object sender, |
||
sender | object | Object that requested the page load. |
e | The event arguments. | |
return | void |
protected global::System.Web.UI.WebControls.Button CancelPushButton | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.Button ChangePasswordPushButton | ||
return | global::System.Web.UI.WebControls.Button |
protected global::System.Web.UI.WebControls.ValidationSummary ChangeUserPasswordValidationSummary | ||
return | global::System.Web.UI.WebControls.ValidationSummary |
protected global::System.Web.UI.WebControls.TextBox ConfirmNewPassword | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.Label ConfirmNewPasswordLabel | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.RequiredFieldValidator ConfirmNewPasswordRequired | ||
return | global::System.Web.UI.WebControls.RequiredFieldValidator |
protected global::System.Web.UI.WebControls.TextBox CurrentPassword | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.Label CurrentPasswordLabel | ||
return | global::System.Web.UI.WebControls.Label |
protected global::System.Web.UI.WebControls.RequiredFieldValidator CurrentPasswordRequired | ||
return | global::System.Web.UI.WebControls.RequiredFieldValidator |
protected global::System.Web.UI.WebControls.Literal FailureText | ||
return | global::System.Web.UI.WebControls.Literal |
protected global::System.Web.UI.WebControls.TextBox NewPassword | ||
return | global::System.Web.UI.WebControls.TextBox |
protected global::System.Web.UI.WebControls.CompareValidator NewPasswordCompare | ||
return | global::System.Web.UI.WebControls.CompareValidator |
protected global::System.Web.UI.WebControls.Label NewPasswordLabel | ||
return | global::System.Web.UI.WebControls.Label |