C# Class WebProje.admin.mansetEkle

显示文件 Open project: hakanozer/.Net-E-Ticaret-Y-netimi

Protected Properties

Property Type Description
btnKaydet global::System.Web.UI.WebControls.Button
fluDosya global::System.Web.UI.WebControls.FileUpload
txtaciklama global::CKEditor.NET.CKEditorControl
txtbaslik global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Method Details

Page_Load() protected method

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

btnKaydet_Click() protected method

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

Property Details

btnKaydet protected_oe property

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

fluDosya protected_oe property

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

txtaciklama protected_oe property

txtaciklama control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::CKEditor.NET.CKEditorControl txtaciklama
return global::CKEditor.NET.CKEditorControl

txtbaslik protected_oe property

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