April 2004 - Posts

My asp:Repeater wish
02 April 04 05:10 PM | alexcampbell | 4 comment(s)

How hard would it have been to include a <NoDataTemplate> that displays when the Datasource has 0 rows?

I know there are ways around this
<asp:Placeholder visible='<%# (MyContainer.Items.Count > 0) %>'>
but I wish MS had included it in the framework.

More Posts