2
Answers

Boolean Value to Yes/No

Ramco Ramco

Ramco Ramco

1y
461
1

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)