Thursday, November 10, 2011

Empty Footer Template in Datalist

<FooterTemplate>
<asp:Label runat="server" ID="dlVideosFooter" Text="No Vidoes available at this moment for the selected category.Please try later or select another category"
Visible='<%#bool.Parse((dlBuzzVideos.Items.Count==0).ToString()) %>'></asp:Label>
</FooterTemplate>

Note:dlBuzzVideos is the datalist id.

No comments:

Post a Comment