i have a repeater item that displays a double. occasionally the double seems to be coming out with 3 decimal places like this 1165.833. im trying to force it to two decimal
simple: DataBinder.Eval(Container.DataItem, "pricerange").ToString("C2")
DataBinder.Eval(Container.DataItem, "pricerange").ToString("C2")
more @ http://msdn.microsoft.com/pt-br/library/dwhawy9k(v=vs.110).aspx#CFormatString