Ramco Ramco

Ramco Ramco

  • 442
  • 3.4k
  • 515.6k

Eval Value

Oct 31 2022 12:35 PM

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


Answers (3)