in gridview how can i custom format a decimal value for BoundField column ?
i want to set
125.25000 ---> 125,25
5.20000 -->5,2
45.00000 --> 45
I am using DataFormatString="{0:#,#.##}" but it does not work ..
any idea ?
Eliyahu Goldin - 12 Feb 2008 19:06 GMT
Set HtmlEncode=false;

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
> in gridview how can i custom format a decimal value for BoundField column
> ?
[quoted text clipped - 7 lines]
>
> any idea ?
Adam Right - 12 Feb 2008 19:12 GMT