Hi,

I have a account list like this

accout name status
acc1          1
acc2          0
acc3          1

It is ok binding with datagrid. but I like it showed in datagrid like this

accout name status
acc1          open
acc2          close
acc3          open

How to change 1 to "open" and 0 to "close" in datagrid.

Thanks

Mark

acc3          1







Reply via email to