Hi,
Try the "n2" format for this column...
--
Patrice
> Hi,
>
[quoted text clipped - 7 lines]
> Thanks so much
> Steve
marss - 23 Oct 2007 18:38 GMT
> Try the "n2" format for this column...
... and do not forget to set HtmlEncode to "false"
<asp:BoundField DataField="SomeNumber" DataFormatString="{0:N2}"
HtmlEncode=false/>
Regards,
Mykola
http://marss.co.ua
S_K - 23 Oct 2007 23:25 GMT
> > Try the "n2" format for this column...
>
[quoted text clipped - 5 lines]
> Regards,
> Mykolahttp://marss.co.ua
Thanks!
That worked well!
Steve