Hi everyone,
Given @Price = 12.95 and Quantity = 2 and the SubTotal = 26.00
How can I make SubTotal = 25.90. If possible, then please modify my code (below) so that the SubTotal = 25.90 instead of 26.00
I have made SubTotal = varchar and make SubTotal = decimal (20,2) in the SilverLight_4_WebSite_1_ShoppingCart database table.
But I still get SubTotal = 26.00.
Thanks,
May
...
Go to the complete details ...