Hi there-
I hope this is an easy one...
I have a gridView that is bound to a stored procedure. One of the columns is of type GridViewImageColumn. The data returned from the proc is of Integer type. What I'm looking for is comparing the value (0 or greater than 0), whereas if 0, hide the image, if greater than 0, show the image.
So, given that, my first question is, how do I associate or add the image/png for the column/cell and how and when do I interrogate the bound data to show the image if greater than 0.
Hope this makes sense.
Thanks
Bob
I hope this is an easy one...
I have a gridView that is bound to a stored procedure. One of the columns is of type GridViewImageColumn. The data returned from the proc is of Integer type. What I'm looking for is comparing the value (0 or greater than 0), whereas if 0, hide the image, if greater than 0, show the image.
So, given that, my first question is, how do I associate or add the image/png for the column/cell and how and when do I interrogate the bound data to show the image if greater than 0.
Hope this makes sense.
Thanks
Bob