BoundField DataFormatString problem
Written on January 13, 2006
Wondering why {0:c} isn’t formatting your number as currency? The solution turns out to be that you need to set the HTMLEncode property to false!
Categories: .NET
A blog of software development, .NET and other interesting things
Wondering why {0:c} isn’t formatting your number as currency? The solution turns out to be that you need to set the HTMLEncode property to false!
Categories: .NET