C# Class ActivEarth.SiteNotLoggedIn

Show file Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
Form1 global::System.Web.UI.HtmlControls.HtmlForm
Head1 global::System.Web.UI.HtmlControls.HtmlHead
HeadContent global::System.Web.UI.WebControls.ContentPlaceHolder
Img1 global::System.Web.UI.WebControls.Image
MainContent global::System.Web.UI.WebControls.ContentPlaceHolder
hlLogin global::System.Web.UI.WebControls.HyperLink
hlRegister global::System.Web.UI.WebControls.HyperLink
lbLogOut global::System.Web.UI.WebControls.LinkButton
lblUserLoggedIn global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
UserLogOut ( 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

UserLogOut() protected method

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

Property Details

Form1 protected property

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

Head1 protected 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

HeadContent protected property

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

Img1 protected property

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

MainContent protected property

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

hlLogin protected property

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

hlRegister protected property

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

lbLogOut protected property

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

lblUserLoggedIn protected property

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