protected void btnSi_Click(object sender, EventArgs e) { int idCompra = Convert.ToInt32(dgv.Rows[dgv.SelectedIndex].Cells[1].Text); LNyAD.EliminarCompra(idCompra); CargaComprasPorUsuario(); MostrarConfirmacion(false); dgv.SelectedIndex = -1; }