Hi
In Database Value is +ve but i want to display as negative if Value is > 0
<td> <asp:Label ID="lblPositive" runat="server" Text='<%# Eval("Sold") %>'></asp:Label></td>
Thanks