I have this div with a IIF(Eval()) statement:
<div id="Div1" style="text-align: center;" runat="server"
visible='<%# IIF(Eval("rmtype_id")=2,"false","true") %>'>
Content here
</div>
My question is – is it possible to put OR or AND operators in the IIF?
Yes it is possible. (IF syntax)
OR