OOT
I have a field in a database table, there is a number format such as currency, eg 100000, 200000, 150000
how to display the number format to Asp.Net Repeater in the form of currency, so like this:
Rp. 100,000.00, Rp. 200,000.00, Rp. 150,000.00.
Thanks.