C# Class FITKMS.QA.Edit

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

Protected Properties

Property 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

Public Methods

Method Description
FillTeme ( int id ) : void

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
Save_Click ( object sender, EventArgs e ) : void
ddOblast_SelectedIndexChanged ( object sender, EventArgs e ) : void

Private Methods

Method Description
BindQuestion ( ) : void
ClearFields ( ) : void
GetTagNames ( string prefixText, int count ) : string[]

Method Details

FillTeme() public method

public FillTeme ( int id ) : void
id int
return void

Page_Load() protected method

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

Save_Click() protected method

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

ddOblast_SelectedIndexChanged() protected method

protected ddOblast_SelectedIndexChanged ( 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

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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return 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
return global::System.Web.UI.WebControls.TextBox