Ejemplo n.º 1
0
 protected void btDelete_Click(object sender, EventArgs e)
 {
     _dgEntity.Delete(_danhgiaID);
     this.RedirectToIndex();
 }