I am trying to format a number in a GridView that is in in pounds into pence.
e.g. 0.0106 to 1.06
Is it possible to archive this with the DataFormatString on the GridView? Or would it make more sense to do the conversion within the stored procedure?