Hi,
I am having a grid where i diaplay the data from database, i need each color(It can be for row background or row foreground) for each row.
ex: i will set each unique color for( radio(blue), TV(yellow), MP3(green)) in other page
when i bind data from database to grid view i need to check with above components and apply that color to the to the grid row
ex: In grid view data can be like this
Component qunatity price country
MP3 4 20 India
TV 4 20 Russia
Radio 4 20 UK
MP3 4 20 US
In the above data i want to display foreground of MP3 rows as green as sepecifed above
Regards,
Nav
I am having a grid where i diaplay the data from database, i need each color(It can be for row background or row foreground) for each row.
ex: i will set each unique color for( radio(blue), TV(yellow), MP3(green)) in other page
when i bind data from database to grid view i need to check with above components and apply that color to the to the grid row
ex: In grid view data can be like this
Component qunatity price country
MP3 4 20 India
TV 4 20 Russia
Radio 4 20 UK
MP3 4 20 US
In the above data i want to display foreground of MP3 rows as green as sepecifed above
Regards,
Nav