C# Class AppActs.Client.WebSite.App_Views.ForgotPasswordView

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

Protected Properties

Property Type Description
btnSubmit global::System.Web.UI.WebControls.Button
cusEmail global::System.Web.UI.WebControls.CustomValidator
lblError global::System.Web.UI.WebControls.Label
lblErrorInvalidEmailAddress global::System.Web.UI.WebControls.Label
lblErrorNoEmailAddress global::System.Web.UI.WebControls.Label
lblSuccessForgotPasswordRequest global::System.Web.UI.WebControls.Label
mvForgotPassword global::System.Web.UI.WebControls.MultiView
regForgotPassword global::System.Web.UI.WebControls.RegularExpressionValidator
reqEmail global::System.Web.UI.WebControls.RequiredFieldValidator
txtEmail global::System.Web.UI.WebControls.TextBox
vwMain global::System.Web.UI.WebControls.View
vwSuccesfull global::System.Web.UI.WebControls.View
wmeEmail global::AjaxControlToolkit.TextBoxWatermarkExtender

Property Details

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

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

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

lblErrorInvalidEmailAddress protected property

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

lblErrorNoEmailAddress protected property

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

lblSuccessForgotPasswordRequest protected property

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

mvForgotPassword protected property

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

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

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

vwMain protected property

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

vwSuccesfull protected property

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

wmeEmail protected property

wmeEmail control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.TextBoxWatermarkExtender wmeEmail
return global::AjaxControlToolkit.TextBoxWatermarkExtender