iam displaying records in gridview,now my requirement is based on the transaction i want to show that rows in a different colour
iam displaying records in gridview,now my requirement is based on the transaction i w
Collapse
X
-
Tags: None
-
Check if the row meets the requirement during the GridView's RowDataBound Event and change the colour of the row accordingly. I'd change the colour using a CSS class to simplify things.
-Frinny
Comment