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

Inheritance: System.Web.UI.MasterPage
Show file 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 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 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 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 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 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 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 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 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 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