Okay I clearly haven't fed google the right query or I would've found out by now. I'm hoping someone on this forum can help me.
So I have a datatable that I'm adding rows to based on a datareader that's getting its info from an sql query executed over a database. So far, so good. Now, one of those columns is called 'analysis', and I need its background color to be green if the preceding two columns are matched, and red otherwise.
If I can't touch the background color, I'd like to insert a special character, any javascript that isn't interpreted as text.
Simply put, I'd like css control over a gridview from codebehind. I've looked and looked to no avail. I found this guy, but I haven't checked if his solution works on an ASP.Net/C# website. Any ideas?