12/05/2009, 16:40
|
| | Fecha de Ingreso: octubre-2000
Mensajes: 1.692
Antigüedad: 24 años, 2 meses Puntos: 19 | |
Respuesta: Recorrer GridView Devexpress En vb.net seria:
For i As Integer = 0 To Gridview1.Rows.Count
Dim Nombre As Label = DirectCast(GridView1.Rows(1).FindControl("lblNombr e"), Label)
Dim Apellido As Label = DirectCast(GridView1.Rows(1).FindControl("lblApell ido"), Label)
Response.Write(Apellido.Text)
Next
__________________ PD: Con amor, fe, amor a Dios y amistad podemos hacer un mundo mejor!!!! |