C# Class ActivEarth.Groups.ContestPage

Show file Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
ContestDisplayTable1 global::ActivEarth.Competition.Contests.ContestDisplayTable
lblDescription global::System.Web.UI.WebControls.Label
lblGroupName global::System.Web.UI.WebControls.Label

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

Property Details

ContestDisplayTable1 protected property

ContestDisplayTable1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::ActivEarth.Competition.Contests.ContestDisplayTable ContestDisplayTable1
return global::ActivEarth.Competition.Contests.ContestDisplayTable

lblDescription protected property

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

lblGroupName protected property

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