Ver Mensaje Individual
  #2 (permalink)  
Antiguo 23/11/2010, 17:12
Avatar de devilinside
devilinside
 
Fecha de Ingreso: marzo-2008
Ubicación: En Perú
Mensajes: 73
Antigüedad: 16 años, 1 mes
Puntos: 6
Respuesta: Problema con DataGridView

Cita:
Iniciado por chong341 Ver Mensaje
Hola mi problema es el siguiente:

.
.
.
adaptador = New MySqlDataAdapter("SELECT * FROM armar_grupos WHERE grupo = " & "'" & obten_grupo & "';", conexion)
builder = New MySqlCommandBuilder(adaptador)
adaptador.Fill(table)
Me.Armar_gruposTableAdapter.Fill(Me.CeuniDataSet.a rmar_grupos)
grupo_creado.DataSource = table
concentrado_alumnos.CurrentCell =Nothing
concentrado_alumnos.Rows.RemoveAt(obtiene_index)
End If

...intenta agregando esa línea.