Hello,
I have a web app that on a buttonClick event it goes and checks a database for a particular field. if that field = a certain value, the app does something.
is there a way to make this app run every x seconds rather than on a buttonClick? do i need a timer? make the whole app run as a service?
if you can provide an example, that would be much appreciated.
thank you in advance