I have a column that has an ImageButton. my database field has bit
data type. I want when my record has true value in that column show True.jpg
and my command become MakeFalse
and when it has false value show False.jpg
and my command become MakeTrue
. How I can do this?Is it possible to do it with one TemplateField
?
thanks