- Implementing a Custom Repeater Control with Empty Data Handling in ASP.NET
Apr 5, 2009
-
1 min read
I was looking for a way to handle empty data in my repeater control, and I found that creating a custom repeater class with an EmptyTemplate property achieves this. With this solution, I can now easily display a custom message when the data source is null or empty.