Hi
I currently use this line ...
CartTotal.Text = "Total: " & System.String.Format("{0:C}", TotalNumber).ToString
to display the total sum of a shoppingcart, but it allways round up/down to nearest number. How can I change this so it display like this... 123,48
Regards
I currently use this line ...
CartTotal.Text = "Total: " & System.String.Format("{0:C}", TotalNumber).ToString
to display the total sum of a shoppingcart, but it allways round up/down to nearest number. How can I change this so it display like this... 123,48
Regards