C# Class WIKI.Account.EditArticle

Inheritance: System.Web.UI.Page
Afficher le fichier Open project: fitba/km-2013-projects-team-cincar

Protected Properties

Свойство Type Description
Button1 global::System.Web.UI.WebControls.Button
Button2 global::System.Web.UI.WebControls.Button
Label2 global::System.Web.UI.WebControls.Label
Label4 global::System.Web.UI.WebControls.Label
txtNaslov global::System.Web.UI.WebControls.TextBox
txtSadrzaj global::System.Web.UI.WebControls.TextBox

Méthodes protégées

Méthode Description
Button1_Click ( object sender, EventArgs e ) : void
Button2_Click ( object sender, EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Method Details

Button1_Click() protected méthode

protected Button1_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Button2_Click() protected méthode

protected Button2_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Page_Load() protected méthode

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

Property Details

Button1 protected_oe property

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

Button2 protected_oe property

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

Label2 protected_oe property

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

Label4 protected_oe property

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

txtNaslov protected_oe property

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

txtSadrzaj protected_oe property

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