C# Class FITKMS.QA.Edit

Afficher le fichier Open project: fitba/km-2013-projects-team-bjelasnica

Protected Properties

Свойство Type Description
AutoCompleteExtender1 global::AjaxControlToolkit.AutoCompleteExtender
Save global::System.Web.UI.WebControls.Button
ScriptManager1 global::System.Web.UI.ScriptManager
UpdatePanel1 global::System.Web.UI.UpdatePanel
ddOblast global::System.Web.UI.WebControls.DropDownList
ddTema global::System.Web.UI.WebControls.DropDownList
errorLabel global::System.Web.UI.WebControls.Label
error_label global::System.Web.UI.HtmlControls.HtmlGenericControl
successLabel global::System.Web.UI.WebControls.Label
success_label global::System.Web.UI.HtmlControls.HtmlGenericControl
tagsInput global::System.Web.UI.WebControls.TextBox
txtNaslovPitanja global::System.Web.UI.WebControls.TextBox
wysiwyg global::System.Web.UI.WebControls.TextBox

Méthodes publiques

Méthode Description
FillTeme ( int id ) : void

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void
Save_Click ( object sender, EventArgs e ) : void
ddOblast_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
BindQuestion ( ) : void
ClearFields ( ) : void
GetTagNames ( string prefixText, int count ) : string[]

Method Details

FillTeme() public méthode

public FillTeme ( int id ) : void
id int
Résultat void

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

Save_Click() protected méthode

protected Save_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

ddOblast_SelectedIndexChanged() protected méthode

protected ddOblast_SelectedIndexChanged ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat 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
Résultat global::AjaxControlToolkit.AutoCompleteExtender

Save protected_oe property

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

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
Résultat global::System.Web.UI.ScriptManager

UpdatePanel1 protected_oe property

UpdatePanel1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.UpdatePanel UpdatePanel1
Résultat global::System.Web.UI.UpdatePanel

ddOblast protected_oe property

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

ddTema protected_oe property

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

errorLabel protected_oe property

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

error_label protected_oe property

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

successLabel protected_oe property

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

success_label protected_oe property

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

tagsInput protected_oe property

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

txtNaslovPitanja protected_oe property

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

wysiwyg protected_oe property

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