My asp:Repeater wish
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.