format a label to currency
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I've got a mini problem, I have a databound label in a datalist, It is to show how much a product costs. I know how to format a label to currency using the string.format line but because the label is in a datalist and databound im not sure how to do this? In a datagrid I could use the DataFormatString="{0:c}" but is their an alternative in a datalist? Thanks in advance Jet Set