Here Mudassar Ahmed Khan has explained how to use EmptyDataTemplate in ASP.Net Repeater i.e. Show (display) empty data message when no records are present in the ASP.Net Repeater control using C# and VB.Net.
Like GridView, Repeater control does not have any EmptyDataTemplate and hence we need to make use of FooterTemplate and programmatically show (display) empty data message from code behind when no records are present.
↧