Hi,
I have a page with 2 user controls on it, UC1 and UC2.
Both user controls poll the database via an ajax call.
UC1 is to poll IF UC2's button has not been pressed.
i.e. only 1 ajax poll at a time, given the above logic.
Both UC's have an jquery onReady call that initializes the timer.
How can I tell UC1 not to poll IF UC2's button has been pressed?