I am developing a mobile app (in win CE 5/ win Mobile) in compact framework
2.0.
There is also a pocket sql database. In the db there is a table with column
(integer type -> should I convert it to bit?) that stores 0/1 values. There
is a datagrid in my mobile app that shows that db column. Is it possible to
show yes/no instead of 0/1?
I would like to do it by using tablestyles? But how to do that? Any ideas?