.net Repeater无数据时显示"no result" 快速解决方法

Repeater 默认没有EmptyTemplate 试了试用 自定义控件 重写 databind觉得太繁 无意中从一个老外的博客上发现了一个近似无敌的方法:

 most of us are using Repeaters to display Data also we faced the situation of retrieving no result to display so the Repeater will be Empty or we will need to handle this case from code behind to check the number of items and if zero we show a label with No Result found or no records to display message.

we can do this with a simpler way and with no need to write anything in code behind ,let's see how

 

Code

    here we will display a label with "no result" message in the footer we just need to add a label and set it's text property with the message we want.

posted on 2009-07-16 14:11  Theo  阅读(1808)  评论(4编辑  收藏  举报