Gandalf131
New Member
having problem in showing upto 3 decimal places, it is showing but by removing the end 0 like in database it is like 110.500, so it is showing 110.5, is it possible to display like 110.500try this -<BR><BR>string.Format("{0:#.000}",110.5)