Showing related tags and posts across the entire site.
-
Hi, Is there a way to color the rows based on certain values in some of the columns. I am in the process of developing a grid in which we need to traffic light the rows based on values in certain key columns. I am not using autogeneratd columns and am binding the grid from a data table. I am afraid that...
-
To use different text colors just assign the html to the text of the cell. C1WebGrid1.Items(0).Cells(0).Text = " <font color=red>" & C1WebGrid1.Items(0).Cells(0).Text & "</font>" Or you can use the ItemDatabound event to color code values conditionally setting...