C# Class AppActs.Client.WebSite.Password_Change.Default

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

Protected Properties

Property Type Description
Panel1 global::System.Web.UI.WebControls.Panel
btnSubmit global::System.Web.UI.WebControls.Button
cusPassword global::System.Web.UI.WebControls.CustomValidator
cusPasswordConfirm global::System.Web.UI.WebControls.CustomValidator
lblErrorInvalidPassword global::System.Web.UI.WebControls.Label
mvChangePassword global::System.Web.UI.WebControls.MultiView
reqPassword global::System.Web.UI.WebControls.RequiredFieldValidator
reqPasswordConfirm global::System.Web.UI.WebControls.RequiredFieldValidator
txtPassword global::System.Web.UI.WebControls.TextBox
txtPasswordConfirm global::System.Web.UI.WebControls.TextBox
vwChangePassword global::System.Web.UI.WebControls.View
vwChangePasswordSuccess global::System.Web.UI.WebControls.View
vwError global::System.Web.UI.WebControls.View
vwInvalidGuid global::System.Web.UI.WebControls.View

Property Details

Panel1 protected property

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

btnSubmit protected property

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

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

lblErrorInvalidPassword protected property

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

mvChangePassword protected property

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

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

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

vwChangePassword protected property

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

vwChangePasswordSuccess protected property

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

vwError protected property

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

vwInvalidGuid protected property

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