C# Class ActivEarth.Competition.Contests.FindContestsPage

Afficher le fichier Open project: mlcamilli/ActivEarth

Protected Properties

Свойство 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

Méthodes protégées

Méthode 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 méthode

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.
Résultat void

Page_Load() protected méthode

Loas the page.
protected Page_Load ( object sender, EventArgs e ) : void
sender object Object that sent the page request.
e EventArgs Event arguments.
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat 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
Résultat global::System.Web.UI.WebControls.TextBox