Author: cemiess | Posted on: 10/30/2009 5:44:11 AM | Views : 1171


                            <asp:Label ID="RentCostLabel" runat="server"                                  Text='<%# Bind("RentCost", "{0:C}") %>' />Just trying to display a currency value with no (zero) decimal places but can't find it anywhere, for some reason nobody wants to do it. 
Currently I have this which formats to 2 dp.
                            <asp:Label ID="RentCostLabel" ...

Go to the complete details ...