I’m using gridview and I’m displaying data from a database into it using boundfield within the gridview.
2 of the columns in the gridview only display a YES or a NO value. I would like to swap the YES or NO out for a green tick image or a red X image… Can anyone help me out with this or point me to a similar solution. I use c#
code to be used on aspx page:
Code to be used on cs file