C# Class ActivEarth.Competition.Contests.FindContestsPage

显示文件 Open project: mlcamilli/ActivEarth

Protected Properties

Property Type Description
SearchResults global::ActivEarth.Competition.Contests.ContestDisplayTable
btnFindContests global::System.Web.UI.WebControls.Button
chkExactMatch global::System.Web.UI.WebControls.CheckBox
lblContestName global::System.Web.UI.WebControls.Label
lblExactMatch global::System.Web.UI.WebControls.Label
lblNoResultsFound global::System.Web.UI.WebControls.Label
lblTitle global::System.Web.UI.WebControls.Label
txtSearchText global::System.Web.UI.WebControls.TextBox

Protected Methods

Method Description
ExecuteSearch ( object sender, EventArgs e ) : void

Queries the database for contest based on the search text.

Page_Load ( object sender, EventArgs e ) : void

Loas the page.

Method Details

ExecuteSearch() protected method

Queries the database for contest based on the search text.
protected ExecuteSearch ( object sender, EventArgs e ) : void
sender object Sender of the event.
e EventArgs The event arguments.
return void

Page_Load() protected method

Loas the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that sent the page request.
e EventArgs Event arguments.
return void

Property Details

SearchResults protected_oe property

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

btnFindContests protected_oe property

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

chkExactMatch protected_oe property

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

lblContestName protected_oe property

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

lblExactMatch protected_oe property

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

lblNoResultsFound protected_oe property

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

lblTitle protected_oe property

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

txtSearchText protected_oe property

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