gbruce2000
Posts: 1
|
| Posted: 07/20/2009, 8:35 AM |
|
Is there a way to change the background color of a <TD> based on a database value.
i.e. in a grid I would like to change the background color of the TD based on the value in a textbox in the grid.
_________________
Gordon Bruce |
 |
 |
DonP
|
| Posted: 07/20/2009, 9:06 AM |
|
You can create a label where the ID goes and then place a Before Show
event with conditionals to make it to whatever you need. Maybe there's
another way but this is that way I do things like that.
Don (DonP)
gbruce2000 wrote:
> Is there a way to change the background color of a <TD> based on a database
> value.
> i.e. in a grid I would like to change the background color of the TD based on
> the value in a textbox in the grid.
> _________________
> Gordon Bruce
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.yessoftware.com/
>
|
|
|
 |
|