Say when firstname, lastname is same for the data in gridview is it
possible to have the same background color for that row.
Hi,
Yes, it;s possible. You have to handle the ItemDataBound event, then
you have access to the row being inserted, if needed you assign the
same CssClass to the new row.
Comment