17/08/2009, 13:02
|
| | Fecha de Ingreso: septiembre-2005 Ubicación: Medellin
Mensajes: 215
Antigüedad: 19 años, 3 meses Puntos: 0 | |
Respuesta: Insertar un controol o un dato en el Footer de un GridView bueno, ya supe como:
If e.Row.RowType = DataControlRowType.DataRow Then
'Aqui va un código para alinear las emás celdas
ElseIf e.Row.RowType = DataControlRowType.Footer Then
e.Row.Cells(3).Text = "Total: "
e.Row.Cells(4).Text = "Total: "
e.Row.Cells(5).Text = "Total: "
End If
__________________ JU4N35 |