I'm using a datagrid to display columns in an SQL table, which have currency
values. The data is displayed wrong (eg 30.000000) and to display it as
currency I've used DataFormatString="{0:c}" in the BoundColumn.

However, this display the dollar symbol, and I'm in the UK and want to display
the British Pound symbol - ?.

Anybody know how I do this?

Barry Wood