I have a dataset connected to a repeater to list out information from a specific collection.
Is it possible to create a “polling interrupt” type behavior where if any new information is added to the collection, whether this be from another session somewhere else, the information displayed in the repeater is updated to match.
So like say maybe every 10 seconds the dataset is refetched.
is this possible?
Hi shan, thank you for this.
Now i guess i forgot the other part of my question.
How do i prevent the refresh if the user is currently editing a result in the repeater.
Because I dont want them to be typing something into a textbox on a result in the repeater, and then the refresh kicks them out…