DataFormatString in my Gridview does not work in SharePoint
- by Etienne
I have a ASP.NET GridView that i created on a page through SharePoint Designer 2007.
For some reason it just does not want to work, why is that and how can i Fix it?
Funny thing, it worked on another SharePoint Server but not on the one i am working on now, so i know my code is fine, it must be something ells on the SharePoint Server maybe?
My Currency DataFormatStrings also dont want to work on my current SharePoint Server.
My DataFormatString for my Date field
<asp:BoundField DataField="c505_remdate" HeaderText="Remit. Advice Date"
SortExpression="c505_remdate" DataFormatString="{0:d/MM/yyyy}" />
Thanks in advanced!!