I am trying to put HTML in a gridview cell for example:
<span class="badge badge-info">Processing</span>
It makes the Processing Text highlight blue, and I am trying to change the color to green depending on a value. How would I do this? I know using a Literal could work, but I do not know how to do that inside a Gridview.