<FooterTemplate> <asp:Label Visible='<%#bool.Parse((DataList1.Items.Count==0).ToString())%>' runat="server" ID="lblNoRecord" Text="No Record Found!"></asp:Label> </FooterTemplate>
那就是在DataList的页脚中创建一个Label,并且只有DataList记录计数为0才可见.