I am trying to display a cell from my database which is formatted as a percent and restricted to 2 decimals. This works fine but the number is displayed with its full precision and not as a percent. I've been searching for how to format the item with no luck. I assume that I do this in my datagrid boundcolumn reference listed below. Any help is greatly appreciated.
Thanks,
Steve
<asp:BoundColumn DataField="Trend" ReadOnly="True" HeaderText="Trend"></asp:BoundColumn>
Thanks,
Steve
<asp:BoundColumn DataField="Trend" ReadOnly="True" HeaderText="Trend"></asp:BoundColumn>