Hi guys,
Maybe someone here could help me, I'm trying to take a value from the my database in the SQL server and display it in a Gridview displayed with a currency format, I've tried inserting in the DataFormatString field {0:c}, and it still doesn't work. I have a value of 2000 on my database but on the gridview it is displayed like this 2000.0000 instead of $2,000.00. The datatype of this culumn is defined as money.
Thanks