Hi,
I am trying to test whether a table in a dataset is empty or not using an IF statement. ie has the SQL query retrieved any results or not. the table is called myLinks as below:
<%# IF myLinks.IsEmpty() THEN %>
<asp:Repeater id="myLinks" runat="server">
...
...
</asp:Repeater>
<% End If %>
Is there such a thing as IsEmpty with these if not how do I perform such a test?
I appreciate any help I can get, thanks,
beNcooKe
