 |
Changing GridView Column Color - HighOnCoding
All the magic happens inside the gv_RowDataBound method. By using the DataRowView object I get the view of the DataRow which is contained inside the GridView control. Next, I iterate through the columns until I find the column with the same name as that o
highoncoding.com |
 |