24/03/2011, 08:51
|
| | | Fecha de Ingreso: julio-2007 Ubicación: Montevideo (Uruguay)
Mensajes: 919
Antigüedad: 17 años, 4 meses Puntos: 13 | |
Respuesta: colocar saldo rojo en columna de gridview If (e.Row.RowType <> DataControlRowType.Header And e.Row.RowType <> DataControlRowType.Pager) Then
If CType(e.Row.Cells(2).Text, Integer) > 0 Then
e.Row.Cells(2).BackColor = Color.Red
End If
End If
Reemplaza el 2 por el indice de tu columna ok.
:)
Saludos.
__________________ Marcelo Davila. :. En Ignorante te conviertes al no preguntar, el que pregunta se nutre... :. |