J
jonefer
Is their any particular reason (server or design?) why the following line
won't work on some servers?
This is code within a Gridview control
<asp:BoundField DataField="Regional Target" DataFormatString="{0:#%}"
HeaderText="Regional Target"
This code works on my development machine VS Studio 2005 and Microsoft
Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727 SP1
What I am getting is unformated 'real' numbers... i.e. 0.638354978354978
instead of 64%.
Something to note is that font weighting like bold or underlining or
anti-aliasing is also not taking place on this server, although the correct
choice of font IS.
I have a hunch that there is a setting on a server that doesn't- allow such
formatting in favor of faster rendering therefore, less 'load' on the server?
If not, what causes the server to completely ignore the
DataFormatString="{0:#%}" ?
won't work on some servers?
This is code within a Gridview control
<asp:BoundField DataField="Regional Target" DataFormatString="{0:#%}"
HeaderText="Regional Target"
This code works on my development machine VS Studio 2005 and Microsoft
Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727 SP1
What I am getting is unformated 'real' numbers... i.e. 0.638354978354978
instead of 64%.
Something to note is that font weighting like bold or underlining or
anti-aliasing is also not taking place on this server, although the correct
choice of font IS.
I have a hunch that there is a setting on a server that doesn't- allow such
formatting in favor of faster rendering therefore, less 'load' on the server?
If not, what causes the server to completely ignore the
DataFormatString="{0:#%}" ?