Thanks for the quick reply. These aren't quite what I was after.
My problem is that I have to iterate through all gridview rows and highlight rows based on whether the rows can be merged because their bank account details are the same. The code I supplied nearly does what I require, unfortunately it only highlights the
matching row further down the gridview not the intial row of the same value.
MarkC076
Member
2 Points
2 Posts
Re: Highlighting Multiple GridView Rows
Aug 23, 2011 02:08 PM|LINK
Thanks for the quick reply. These aren't quite what I was after.
My problem is that I have to iterate through all gridview rows and highlight rows based on whether the rows can be merged because their bank account details are the same. The code I supplied nearly does what I require, unfortunately it only highlights the matching row further down the gridview not the intial row of the same value.