C
Calvin
Hi,
I'm developing an eCommerce site and need to change the
currency displayed from Dollars to Pounds.
SqlServer field is set to Money.
Then on Product List page, following code is used...
"<span class="ProductListItem">
<b>Price: </b>
<%# DataBinder.Eval
(Container.DataItem, "UnitCost", "{0:c}") %>
</span>"
"{0:c}" being the relevent point of contention,
What can I do? Many Thanks...
I'm developing an eCommerce site and need to change the
currency displayed from Dollars to Pounds.
SqlServer field is set to Money.
Then on Product List page, following code is used...
"<span class="ProductListItem">
<b>Price: </b>
<%# DataBinder.Eval
(Container.DataItem, "UnitCost", "{0:c}") %>
</span>"
"{0:c}" being the relevent point of contention,
What can I do? Many Thanks...