Ramco Ramco

Ramco Ramco

  • 431
  • 3.5k
  • 564.7k

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)