Ramco Ramco

Ramco Ramco

  • 441
  • 3.4k
  • 523k

Eval Condition

Nov 4 2022 1:15 PM

Hi

 I want to chck condition Not Present And Not Absent then to display some value. Can we use And condition.

 <asp:Literal ID="Literal8" runat="server" Visible='<%# (Eval("Status").ToString() == "Not Present") %>' Text='<%#Eval("BookReviewByStudent")%>'></asp:Literal>

Thanks


Answers (1)