Ramco Ramco

Ramco Ramco

  • 439
  • 3.4k
  • 544.6k

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)