1
Answer

Eval Condition

Ramco Ramco

Ramco Ramco

2y
457
1

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)