Hello All,
I have a problem regarding the grid view win C#..
i have a grid view called subGrid, i am using it to get the values sent by a Stored Procedure..
subGrid.DataSource = form.GetRegistrant();
Now this subGrid has the following values..
id name result
1 a Yes
2 b Yes
3 c Yes
4 d NO
5 e NO
and i am using subGrid.DataBind();
to show it in my web page ....every thing is fine till here...
Now, i want to enhance it and show the values in the result (NO) as red back ground color and the values in result with an YES with a blue for ground color...can any1 help me in this plz......