C# Class FITKMS.Themes.Index

Exibir arquivo Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Property Type Description
AutoCompleteExtender1 global::AjaxControlToolkit.AutoCompleteExtender
ScriptManager1 global::System.Web.UI.ScriptManager
articles global::System.Web.UI.HtmlControls.HtmlGenericControl
articlesBestRated List
articlesGrid global::System.Web.UI.WebControls.DataGrid
articlesList List
articlesTab global::System.Web.UI.HtmlControls.HtmlGenericControl
questions List
questionsBestLiked List
questionsGrid global::System.Web.UI.WebControls.DataGrid
questionsTab global::System.Web.UI.HtmlControls.HtmlGenericControl
searchInput global::System.Web.UI.WebControls.TextBox
searchSubmit global::System.Web.UI.WebControls.Button
themesMostUsed List

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
articlesGrid_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
articlesGrid_PageIndexChanged ( object source, DataGridPageChangedEventArgs e ) : void
pitanjaGrid_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
pitanjaGrid_PageIndexChanged ( object source, DataGridPageChangedEventArgs e ) : void
searchSubmit_Click ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindArticles ( ) : void
BindQuestions ( ) : void
GetThemeNames ( string prefixText, int count ) : string[]
RecommendBestRated ( ) : void
RecommendThemes ( ) : void

Method Details

Page_Load() protected method

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

articlesGrid_ItemDataBound() protected method

protected articlesGrid_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
sender object
e DataGridItemEventArgs
return void

articlesGrid_PageIndexChanged() protected method

protected articlesGrid_PageIndexChanged ( object source, DataGridPageChangedEventArgs e ) : void
source object
e DataGridPageChangedEventArgs
return void

pitanjaGrid_ItemDataBound() protected method

protected pitanjaGrid_ItemDataBound ( object sender, DataGridItemEventArgs e ) : void
sender object
e DataGridItemEventArgs
return void

pitanjaGrid_PageIndexChanged() protected method

protected pitanjaGrid_PageIndexChanged ( object source, DataGridPageChangedEventArgs e ) : void
source object
e DataGridPageChangedEventArgs
return void

searchSubmit_Click() protected method

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

Property Details

AutoCompleteExtender1 protected_oe property

AutoCompleteExtender1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::AjaxControlToolkit.AutoCompleteExtender AutoCompleteExtender1
return global::AjaxControlToolkit.AutoCompleteExtender

ScriptManager1 protected_oe property

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

articles protected_oe property

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

articlesBestRated protected_oe property

protected List articlesBestRated
return List

articlesGrid protected_oe property

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

articlesList protected_oe property

protected List articlesList
return List

articlesTab protected_oe property

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

questions protected_oe property

protected List questions
return List

questionsBestLiked protected_oe property

protected List questionsBestLiked
return List

questionsGrid protected_oe property

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

questionsTab protected_oe property

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

searchInput protected_oe property

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

searchSubmit protected_oe property

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

themesMostUsed protected_oe property

protected List themesMostUsed
return List