I have a gridview with a Select button in every row. How do I change the properties of this button programmatically? For example if the Party value of the row is Republican, I want the Select button to be Red; otherwise I want it to be Blue.
Thanks for any info.