C# Class FITKMS.Admin.Index

Mostrar archivo Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Property Type Description
areaInput global::System.Web.UI.WebControls.TextBox
areaSubmit global::System.Web.UI.WebControls.Button
areas global::System.Web.UI.HtmlControls.HtmlGenericControl
areasGrid global::System.Web.UI.WebControls.DataGrid
areasTab global::System.Web.UI.HtmlControls.HtmlGenericControl
labelAreaInput global::System.Web.UI.WebControls.Label
labelTagInput global::System.Web.UI.WebControls.Label
labelThemeInput global::System.Web.UI.WebControls.Label
listAreas global::System.Web.UI.WebControls.DropDownList
tagDescInput global::System.Web.UI.WebControls.TextBox
tagInput global::System.Web.UI.WebControls.TextBox
tagSubmit global::System.Web.UI.WebControls.Button
tags global::System.Web.UI.HtmlControls.HtmlGenericControl
tagsGrid global::System.Web.UI.WebControls.DataGrid
tagsTab global::System.Web.UI.HtmlControls.HtmlGenericControl
themeInput global::System.Web.UI.WebControls.TextBox
themeSubmit global::System.Web.UI.WebControls.Button
themes global::System.Web.UI.HtmlControls.HtmlGenericControl
themesGrid global::System.Web.UI.WebControls.DataGrid
themesTab global::System.Web.UI.HtmlControls.HtmlGenericControl

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
areaSubmit_Click ( object sender, EventArgs e ) : void
areasGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
listAreas_SelectedIndexChanged ( object sender, EventArgs e ) : void
tagSubmit_Click ( object sender, EventArgs e ) : void
tagsGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
themeSubmit_Click ( object sender, EventArgs e ) : void
themesGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void

Private Methods

Method Description
BindAreas ( ) : void
BindListAreas ( ) : void
BindTags ( ) : void
BindThemes ( ) : void
activateAreasTab ( ) : void
activateTagsTab ( ) : void
activateThemesTab ( ) : void

Method Details

Page_Load() protected method

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

areaSubmit_Click() protected method

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

areasGrid_ItemCommand() protected method

protected areasGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
source object
e DataGridCommandEventArgs
return void

listAreas_SelectedIndexChanged() protected method

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

tagSubmit_Click() protected method

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

tagsGrid_ItemCommand() protected method

protected tagsGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
source object
e DataGridCommandEventArgs
return void

themeSubmit_Click() protected method

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

themesGrid_ItemCommand() protected method

protected themesGrid_ItemCommand ( object source, DataGridCommandEventArgs e ) : void
source object
e DataGridCommandEventArgs
return void

Property Details

areaInput protected_oe property

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

areaSubmit protected_oe property

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

areas protected_oe property

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

areasGrid protected_oe property

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

areasTab protected_oe property

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

labelAreaInput protected_oe property

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

labelTagInput protected_oe property

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

labelThemeInput protected_oe property

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

listAreas protected_oe property

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

tagDescInput protected_oe property

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

tagInput protected_oe property

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

tagSubmit protected_oe property

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

tags protected_oe property

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

tagsGrid protected_oe property

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

tagsTab protected_oe property

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

themeInput protected_oe property

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

themeSubmit protected_oe property

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

themes protected_oe property

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

themesGrid protected_oe property

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

themesTab protected_oe property

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