I am working on a small project for my company that has the purpose to read posts from a database and present it on a screen in our reception.
The data that shall be shown is people that are visiting our company today.
To get this working so have I created a repeater and bound it to an access data source so if we have visitors so do there names end up in a nice tabular form.
What i need to accomplish is that if we do not have any visitors so don't i want to show a blank screen, but instead start the local screensaver shat should be a nice slideshow of products.
Is there any property/way to examine if the AccessDataSource is empty or have returned values ?
This might be a silly question but i'm faily new to ASP.NET 2.0 so help is appreciated
Best regards
Gerth Ericsson
The data that shall be shown is people that are visiting our company today.
To get this working so have I created a repeater and bound it to an access data source so if we have visitors so do there names end up in a nice tabular form.
What i need to accomplish is that if we do not have any visitors so don't i want to show a blank screen, but instead start the local screensaver shat should be a nice slideshow of products.
Is there any property/way to examine if the AccessDataSource is empty or have returned values ?
This might be a silly question but i'm faily new to ASP.NET 2.0 so help is appreciated
Best regards
Gerth Ericsson