aspx_professional thread: Overriding the default currancy format
With the following line of code...
System.Globalization.NumberFormatInfo.CurrentInfo.CurrencyDecimalDigits = 0
...I can override the number of digits following the decimal point on a
per page basis where ever the "{c}" formatting string is used.
I would like to do this for the whole application. What are my options?
TIA
|





