From: Hrvoje on
Hello everyone,

I have a question regarding the control from the subject:
What is the best way to display a message when the datasource datatable
contains no rows (e.g. ASP.NET GridView has a nice EmptyDataText property)?

Of course, I can create a datatable with a single cell containing the "No
data" or similar message and bind it to the DataRepeater in the case when
the primary data source contained no data but if there's a more elegant way
of doing it, I'll appreciate all the information.

Thanks,
Hrvoje