dv2020
Active member
- Joined
- Dec 18, 2020
- Messages
- 30
- Programming Experience
- 1-3
Hi All,
I'm trying to work out the best way to change a columns/cell to local currency on a dynamic data grid populated from MySQL
Thanks in Advance
David
I'm trying to work out the best way to change a columns/cell to local currency on a dynamic data grid populated from MySQL
- The current data grid is populated dynamically from a MySQL query, where the headings and data can change.
- I would like the code, to check if the Heading of a column = "Money", then that entire column will be displayed in local currency.
This does not work:
dggrid1.Columns["MONEY"]
Thanks in Advance
David