In Asp.net I have a listview that has a column called “Amount”. Negative numbers are displayed as (111.111) and porsitive #s are sdisplayed as 111.11. How can I right-align the numbers on decimal? If there wasn’t any parenthesis it would be easy. However, this is a requirement.
Thanks
Color the parenthesis the same as the background when the number is non-negative. Right align.