am doing a displaying some data in asp ( data is retreived from the
oracle database)
the data are displaying as the following
income
152000
5200000
8754631
but i just want to display the above with a comma separator
like the following
income
152,000
5,200,000
8,754,631
how i can do this using html or css