C# Class SIAQ.Web.Application.WebApp.frmLogin

Inheritance: System.Web.UI.Page
显示文件 Open project: GCSoft/CEDHNL

Protected Properties

Property Type Description
btnLogin global::System.Web.UI.WebControls.Button
btnRecoveryPassword global::System.Web.UI.WebControls.Button
chkRememberPassword global::System.Web.UI.WebControls.CheckBox
cpeOptions global::AjaxControlToolkit.CollapsiblePanelExtender
dseLogin global::AjaxControlToolkit.DropShadowExtender
hddEncryption global::System.Web.UI.WebControls.HiddenField
lblCollapseHeader global::System.Web.UI.WebControls.Label
pnlCollapseBody global::System.Web.UI.WebControls.Panel
pnlCollapseHeader global::System.Web.UI.WebControls.Panel
pnlLogin global::System.Web.UI.WebControls.Panel
txtEmail global::System.Web.UI.WebControls.TextBox
txtPassword global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Private Methods

Method Description
cookiesGetConfiguration ( ) : void
cookiesSetConfiguration ( ) : void
loginUser ( ) : void
recoveryPassword ( ) : void

Method Details

Page_Load() protected method

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

btnLogin_Click() protected method

protected btnLogin_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

btnRecoveryPassword_Click() protected method

protected btnRecoveryPassword_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

btnLogin protected_oe property

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

btnRecoveryPassword protected_oe property

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

chkRememberPassword protected_oe property

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

cpeOptions protected_oe property

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

dseLogin protected_oe property

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

hddEncryption protected_oe property

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

lblCollapseHeader protected_oe property

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

pnlCollapseBody protected_oe property

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

pnlCollapseHeader protected_oe property

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

pnlLogin protected_oe property

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

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