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