コード例 #1
0
    protected void btnSil_Click(object sender, EventArgs e)
    {
        EFDal ed = new EFDal();

        ed.DisPersonelSil(int.Parse(lblDisPersonelId.Text.ToString()));
        BindData();
    }
コード例 #2
0
 protected void btnSil_Click(object sender, EventArgs e)
 {
     EFDal ed =new EFDal();
     ed.DisPersonelSil(int.Parse(lblDisPersonelId.Text.ToString()));
     BindData();
 }