protected void btnSil_Click(object sender, EventArgs e) { EFDal ed = new EFDal(); ed.DisPersonelSil(int.Parse(lblDisPersonelId.Text.ToString())); BindData(); }
protected void btnSil_Click(object sender, EventArgs e) { EFDal ed =new EFDal(); ed.DisPersonelSil(int.Parse(lblDisPersonelId.Text.ToString())); BindData(); }