Posted on: 3/25/2014 11:26:03 PM | Views : 507

Hi All,

I have gridview in which some columns are always colored. I have set the color property in design view as BackColor="#FFFF66". 
Now I get the rows from stored proc. and bind them to gridview. There are particular rows where I need to color the entire row with red other color. This I am handling it in
RowDataBound evnt. But when I run the application I see the some columns which are not colored with "#FFFF66" get the red color but cells which have "#FFFF66" dosne't get the red color. Looks like design time color is overriding the RowDataBound color. 
Can any one help me here.

Thanks
Vikram

Go to the complete details ...