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 DataFormatStrin g="{0:#,#.##} " but it does not work ..
any idea ?
i want to set
125.25000 ---125,25
5.20000 -->5,2
45.00000 --45
I am using DataFormatStrin g="{0:#,#.##} " but it does not work ..
any idea ?
Comment