iam displaying records in gridview,now my requirement is based on the transaction i w

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • santhosh309
    New Member
    • Jun 2009
    • 3

    iam displaying records in gridview,now my requirement is based on the transaction i w

    iam displaying records in gridview,now my requirement is based on the transaction i want to show that rows in a different colour
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    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

    Working...