Color to list view at databind or at runtime...
I have layout template and there is table in it..
now I Bind data from database to list view.
I have member type table in database.
int that there is member type and member name are two field.
I want to color table as per data i got from database.
Means if I got Silver member type than I want to color table as red and if I got Gold member type than I want to display them as different color...