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

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

Protected Properties

Property Type Description
Head1 global::System.Web.UI.HtmlControls.HtmlHead
cntNonMenuTemplateBody global::System.Web.UI.WebControls.ContentPlaceHolder
cntNonMenuTemplateHeader global::System.Web.UI.WebControls.ContentPlaceHolder
frmNonMenuTemplate 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
smngNonMenuTemplate 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

Head1 protected_oe property

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

cntNonMenuTemplateBody protected_oe property

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

cntNonMenuTemplateHeader protected_oe property

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

frmNonMenuTemplate protected_oe property

frmNonMenuTemplate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm frmNonMenuTemplate
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

smngNonMenuTemplate protected_oe property

smngNonMenuTemplate control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager smngNonMenuTemplate
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