Beispiel #1
0
        protected void btnSi_Click(object sender, EventArgs e)
        {
            int idJugador = Convert.ToInt32(dgv.Rows[dgv.SelectedIndex].Cells[1].Text);

            LNyAD.EliminarJugador(idJugador);
            dgv.SelectedIndex = -1;
            MostrarConfirmacion(false);
            CargaJugadoresPorEquipo();
        }