A
Arne
I tried
<asp:BoundColumn DataField="Logins" HeaderText="Logins"
DataFormatString="{#,##.0}"></asp:BoundColumn>
But it blows up.
Is there a better way.
<asp:BoundColumn DataField="Logins" HeaderText="Logins"
DataFormatString="{#,##.0}"></asp:BoundColumn>
But it blows up.
Is there a better way.