Ramco Ramco

Ramco Ramco

  • 443
  • 3.4k
  • 527.1k

Boolean Value to Yes/No

Apr 3 2023 5:03 AM

Hi

  I want if value is true then Yes else No should be displayed

<td>
    <asp:Literal ID="ltrlSelfProcurement" runat="server" Text='<%# Eval("SelfProcurement") %>'></asp:Literal></td>
<td>

Thanks


Answers (2)