Bind integer to image for a column in grid

  • Thread starter Thread starter Fir5tSight
  • Start date Start date
F

Fir5tSight

Hi All,

I have a column defined as integer indicating a status. For instance,
"1" is pass and will display a green light, while "2" is fail and
should display a red light.

I use a stored procedure to get the columns in the grid. I have two
small images ready (a green light and a red light). How can I get "1"
replaced with green light and get "2" replaced with red light?

Thanks!

-Emily
 
Back
Top