Ir al primero Registro

07/09/2004 - 22:10 por HH | Informe spam
Hola a todos.

Tengo un DataReader con 2 filas, ese datareader lo demo
mostrar en un datagrid.

Le hago:

If dr.read then
DataGrid1.DataSource = dr
DataGrid1.DataBind()
End If

Pero solo me muestra el ultimo registro.

Como soluciono esto ?
 

Leer las respuestas

#1 DJ MIAO
08/09/2004 - 00:01 | Informe spam
Flaco que mucho tu preguntas!!!

LLena un datatable .

Comprate un libro.


Miao.

Hola a todos.

Tengo un DataReader con 2 filas, ese datareader lo demo
mostrar en un datagrid.

Le hago:

If dr.read then
DataGrid1.DataSource = dr
DataGrid1.DataBind()
End If

Pero solo me muestra el ultimo registro.

Como soluciono esto ?


.

Preguntas similares