I want to be able to do two things:

1) rollover effect on a grid ? I want to be able to roll over rows on a grid and it changes color. How do I accomplish this

2) based on some SQL pulling out data from a database I want to change the back color of a grid row for certain data.

For instance I have a database that stores issues. For open issues I want it to make the background color of the row light blue. For closed green and for overdue a light red.

How can I accomplish this. If anyone has examples please post them!

Thanks,
Jon