From my review of this control, we can code an alert to respond to an event. My question is can we have the alert handle some type of push event?
I've setup a ticketing system that I want to handle assignments. When a new assignment is set to a specific person, if this person has the application open on their desktop - I want an alert to popup on their box.
I can add a timer to the form that checks the database once a minute, but that seems rather primitive and resource intensive. Is there a better way to do this?
I've setup a ticketing system that I want to handle assignments. When a new assignment is set to a specific person, if this person has the application open on their desktop - I want an alert to popup on their box.
I can add a timer to the form that checks the database once a minute, but that seems rather primitive and resource intensive. Is there a better way to do this?