Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/11/2009, 05:02
jarogo
 
Fecha de Ingreso: septiembre-2009
Ubicación: Galicia
Mensajes: 111
Antigüedad: 15 años, 5 meses
Puntos: 3
Respuesta: Rellenar DataGridView VB.NET

Probaste a vaciar el dataset?

Yo cuando recargo un datagridview pongo lo siguiente:

Código:
DataSet.Reset()
DataSet.Dispose()
DataAdapter.Dispose()
DataGridView.DataSource = Nothing
Saludos!