asafblasberg
Programmer
Hello, I am building an ecommerce site.
Code experts:
Protected price as decimal
(in the sub page load)
then in the body,
i saw
Price: <%# price %>
Problems is, it outputs as:
Price: $34.9
You see? I want it to literally say $34.90. In the actual SQL Server, it says 34.90 (literally!)
So what can i do?
Thanks,
Ab
Code experts:
Protected price as decimal
(in the sub page load)
then in the body,
i saw
Price: <%# price %>
Problems is, it outputs as:
Price: $34.9
You see? I want it to literally say $34.90. In the actual SQL Server, it says 34.90 (literally!)
So what can i do?
Thanks,
Ab