hi
How do i do a if else in item template? here is my code of what i am trying to accomplish:
How do i do a if else in item template? here is my code of what i am trying to accomplish:
<ItemTemplate>
<%
#IIf(DataBinder.Eval(Container.DataItem, "SupportingDocument") = "None","None","<a href="#" onclick='openRadWindow2('<%#DataBinder.Eval(Container.DataItem,"SupportingDocument")%>'); return false;">Supporting Document</a>)%>
</ItemTemplate>
Thanks