12-12-2022, 02:42 AM
with Intraweb I have a timer which checks every minute to see if the data the user is viewing has changed and a page refresh is required. What code should I use to trigger the refresh. I understand that a component on the form can have its click event executed, but how is that done. I have seen some ideas about WebApplication.CallBackResponse.AddJavaScriptToExecuteAsCDATA but not sure how to use it. Help will be appreciated.