C# Class AppActs.Client.WebSite.Account.Profile.Default

Show file Open project: Appacts/mobile-analytics-server

Protected Properties

Property Type Description
RequiredFieldValidator1 global::System.Web.UI.WebControls.RequiredFieldValidator
btnSubmitDetails global::System.Web.UI.WebControls.Button
btnSubmitPassword global::System.Web.UI.WebControls.Button
cusEmail global::System.Web.UI.WebControls.CustomValidator
cusName global::System.Web.UI.WebControls.CustomValidator
cusPassword global::System.Web.UI.WebControls.CustomValidator
cusPasswordConfirm global::System.Web.UI.WebControls.CustomValidator
cusPasswordOld global::System.Web.UI.WebControls.CustomValidator
lblError global::System.Web.UI.WebControls.Label
lblErrorEmailTaken global::System.Web.UI.WebControls.Label
lblErrorPasswordOldDontMatch global::System.Web.UI.WebControls.Label
lblErrorPasswordValidation global::System.Web.UI.WebControls.Label
lblErrorValidation global::System.Web.UI.WebControls.Label
lblSuccess global::System.Web.UI.WebControls.Label
lblSuccessPasswordChanged global::System.Web.UI.WebControls.Label
regForgotPassword global::System.Web.UI.WebControls.RegularExpressionValidator
reqEmail global::System.Web.UI.WebControls.RequiredFieldValidator
reqName global::System.Web.UI.WebControls.RequiredFieldValidator
reqPassword global::System.Web.UI.WebControls.RequiredFieldValidator
reqPasswordConfirm global::System.Web.UI.WebControls.RequiredFieldValidator
txtEmail global::System.Web.UI.WebControls.TextBox
txtName global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
txtPasswordConfirm global::System.Web.UI.WebControls.TextBox
txtPasswordOld global::System.Web.UI.WebControls.TextBox

Property Details

RequiredFieldValidator1 protected property

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

btnSubmitDetails protected property

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

btnSubmitPassword protected property

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

cusEmail protected property

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

cusName protected property

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

cusPassword protected property

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

cusPasswordConfirm protected property

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

cusPasswordOld protected property

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

lblError protected property

lblError control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblError
return global::System.Web.UI.WebControls.Label

lblErrorEmailTaken protected property

lblErrorEmailTaken control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblErrorEmailTaken
return global::System.Web.UI.WebControls.Label

lblErrorPasswordOldDontMatch protected property

lblErrorPasswordOldDontMatch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblErrorPasswordOldDontMatch
return global::System.Web.UI.WebControls.Label

lblErrorPasswordValidation protected property

lblErrorPasswordValidation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblErrorPasswordValidation
return global::System.Web.UI.WebControls.Label

lblErrorValidation protected property

lblErrorValidation control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblErrorValidation
return global::System.Web.UI.WebControls.Label

lblSuccess protected property

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

lblSuccessPasswordChanged protected property

lblSuccessPasswordChanged control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label lblSuccessPasswordChanged
return global::System.Web.UI.WebControls.Label

regForgotPassword protected property

regForgotPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.RegularExpressionValidator regForgotPassword
return global::System.Web.UI.WebControls.RegularExpressionValidator

reqEmail protected property

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

reqName protected property

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

reqPassword protected property

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

reqPasswordConfirm protected property

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

txtEmail protected property

txtEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtEmail
return global::System.Web.UI.WebControls.TextBox

txtName protected property

txtName control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtName
return global::System.Web.UI.WebControls.TextBox

txtPassword protected property

txtPassword control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPassword
return global::System.Web.UI.WebControls.TextBox

txtPasswordConfirm protected property

txtPasswordConfirm control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPasswordConfirm
return global::System.Web.UI.WebControls.TextBox

txtPasswordOld protected property

txtPasswordOld control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.TextBox txtPasswordOld
return global::System.Web.UI.WebControls.TextBox