Default text for empty Repeater control

前端 未结 8 981
醉梦人生
醉梦人生 2021-02-02 05:43

Using VS 2008, I have a Repeater control:



        
8条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-02 06:32

    You could workaround the fact that Repeater does not support a inbuilt way to accomplish what you are doing by using the FooterTemplate in conjunction with the OnItemDataBound event and showing the footer only when the data source returns no items.

    Examples on how you can do this can be found at:

    Handling Empty Data in an ASP.NET Repeater control

    How to show Empty Template in ASP.NET Repeater control?

提交回复
热议问题