Hi,
<%# DataBinder.Eval(Container.DataItem, "Price", "{0:c}") %>
Above code displays the Unit in $. I need to dispay it in EURO...I know i have to modify {0:c} but dont know what to replace it with.
Also, do I have to enable any settigs in page.
Thanks