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

Mostrar archivo 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
cusPassword global::System.Web.UI.WebControls.CustomValidator
lblEmail global::System.Web.UI.WebControls.Label
lblError global::System.Web.UI.WebControls.Label
lblErrorInvalidCredentials global::System.Web.UI.WebControls.Label
lblErrorInvalidLogin global::System.Web.UI.WebControls.Label
regEmail global::System.Web.UI.WebControls.RegularExpressionValidator
reqEmail global::System.Web.UI.WebControls.RequiredFieldValidator
reqPassword global::System.Web.UI.WebControls.RequiredFieldValidator
txtEmail global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox
wmeEmail global::AjaxControlToolkit.TextBoxWatermarkExtender

Property Details

btnSubmit protected_oe 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_oe 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

cusPassword protected_oe 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

lblEmail protected_oe property

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

lblError protected_oe 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

lblErrorInvalidCredentials protected_oe property

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

lblErrorInvalidLogin protected_oe property

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

regEmail protected_oe property

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

reqEmail protected_oe 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

reqPassword protected_oe 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

txtEmail protected_oe 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

txtPassword protected_oe 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

wmeEmail protected_oe 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