Ejemplo n.º 1
0
 protected void ActionDel(object sender, EventArgs e)
 {
     dao.Eliminar(Convert.ToInt32(((TableRow)(((Button)sender).Parent.Parent)).Cells[1].Text));
     llenarTable();
 }