Try putting a flag in the resultset(for the grid) that indicates whether or not to hightlight the row. You can set the visible property to false for that column in the grid(in the page_load event). Then in the RowDataBound event of the grid, check the value, and set the bgcolor of the row accordingly.
Jim
|