C# Class Site.Admin.PersonelYonetim

显示文件 Open project: hakanozer/SurecYonetimProgrami

Protected Properties

Property Type Description
DropDownList1 global::System.Web.UI.WebControls.DropDownList
btnEkle global::System.Web.UI.WebControls.Button
txtAdi global::System.Web.UI.WebControls.TextBox
txtAdres global::System.Web.UI.WebControls.TextBox
txtKulAdi global::System.Web.UI.WebControls.TextBox
txtMail global::System.Web.UI.WebControls.TextBox
txtSifre global::System.Web.UI.WebControls.TextBox
txtSil global::System.Web.UI.WebControls.TextBox
txtSoyadi global::System.Web.UI.WebControls.TextBox
txtTel global::System.Web.UI.WebControls.TextBox

Protected Methods

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

Private Methods

Method Description
VeriListele ( ) : void

Method Details

Page_Load() protected method

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

btnEkle_Click() protected method

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

txtSil_TextChanged() protected method

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

Property Details

DropDownList1 protected_oe property

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

btnEkle protected_oe property

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

txtAdi protected_oe property

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

txtAdres protected_oe property

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

txtKulAdi protected_oe property

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

txtMail protected_oe property

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

txtSifre protected_oe property

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

txtSil protected_oe property

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

txtSoyadi protected_oe property

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

txtTel protected_oe property

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