C# Class SIAQ.Web.Include.MasterPage.LoginTemplate

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

Protected Properties

Property Type Description
cntLoginBody global::System.Web.UI.WebControls.ContentPlaceHolder
cntLoginHeader global::System.Web.UI.WebControls.ContentPlaceHolder
frmLogin global::System.Web.UI.HtmlControls.HtmlForm
imgBanner global::System.Web.UI.HtmlControls.HtmlImage
pnlBody global::System.Web.UI.WebControls.Panel
pnlHeader global::System.Web.UI.WebControls.Panel
smngLogin global::System.Web.UI.ScriptManager
updMaster global::System.Web.UI.UpdatePanel
uprMaster global::System.Web.UI.UpdateProgress

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 System.EventArgs
return void

Property Details

cntLoginBody protected_oe property

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

cntLoginHeader protected_oe property

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

frmLogin protected_oe property

frmLogin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm frmLogin
return global::System.Web.UI.HtmlControls.HtmlForm

imgBanner protected_oe property

imgBanner control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlImage imgBanner
return global::System.Web.UI.HtmlControls.HtmlImage

pnlBody protected_oe property

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

pnlHeader protected_oe property

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

smngLogin protected_oe property

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

updMaster protected_oe property

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

uprMaster protected_oe property

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