T
Troy Stanley - CyberWarehouse.com
How does one evaluate if a field is null to display it in the datalist or
repeater? I have tried a number of different things...
Would anyone know how to do this?
<asp:Repeater id="customers" runat="server"><HeaderTemplate>
<table border="1" width="100%">
</HeaderTemplate><ItemTemplate>
<%IF #Container.DataItem("detProcessor") <> "" Then
<tr><td><%#Container.DataItem("detProcessor")%></td></tr>
End IF %>
</ItemTemplate><FooterTemplate>
</table>
</FooterTemplate></asp:Repeater>
I have a feeling that I can't run arguments against the container within the
repeater.
--
Thanks!
Troy Stanley
devteam a.t cyberwarehouse.com
www.CyberWarehouse.com
repeater? I have tried a number of different things...
Would anyone know how to do this?
<asp:Repeater id="customers" runat="server"><HeaderTemplate>
<table border="1" width="100%">
</HeaderTemplate><ItemTemplate>
<%IF #Container.DataItem("detProcessor") <> "" Then
<tr><td><%#Container.DataItem("detProcessor")%></td></tr>
End IF %>
</ItemTemplate><FooterTemplate>
</table>
</FooterTemplate></asp:Repeater>
I have a feeling that I can't run arguments against the container within the
repeater.
--
Thanks!
Troy Stanley
devteam a.t cyberwarehouse.com
www.CyberWarehouse.com