The GridView has an EmptyDataText property or the that lets us handle EmptyData. However the Repeater has no such property or template. In this article, we will see how to adopt a simple technique to handle empty data in an ASP.NET Repeater control without creating a custom control. ...
Go to the complete details ...