how to change value in datagrid output
-
In my sql database, it's a binary value, when it binding to datagrid, it shows up "Ture" or "False". How can I change it output to "active" or "inactive"? Is there any way to do it? Thanks. Lisa
Can you add a table to your database with the values you want and then join it to your current table(s)in the dataAdapter? If you can't add the table to the current database, you make a separate database with the new table. I have seen instructions on joining tables from different databases
-
Can you add a table to your database with the values you want and then join it to your current table(s)in the dataAdapter? If you can't add the table to the current database, you make a separate database with the new table. I have seen instructions on joining tables from different databases