C# Class UniversityChat.Login

Exibir arquivo Open project: jschefter/UniversityChat

Protected Properties

Property Type Description
AnonPanel global::System.Web.UI.WebControls.Panel
AuthPanel global::System.Web.UI.WebControls.Panel
InvalidMessage global::System.Web.UI.WebControls.Label
LinkToIndex global::System.Web.UI.WebControls.HyperLink
LinkToRegister global::System.Web.UI.WebControls.HyperLink
Password global::System.Web.UI.WebControls.TextBox
RememberMe global::System.Web.UI.WebControls.CheckBox
UserName global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void

Property Details

AnonPanel protected_oe property

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

AuthPanel protected_oe property

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

InvalidMessage protected_oe property

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

LinkToIndex protected_oe property

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

LinkToRegister protected_oe property

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

Password protected_oe property

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

RememberMe protected_oe property

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

UserName protected_oe property

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