Hi everyone!
I have this situation: I have a page where I have a list of events of a day. And these events can be changed theirs status to 'Confirmed' or 'Cancelled'.
But, when I, for instance, click on 'Confirmed', this status is saved on SQL Server and this status is shown 'Confirmed'. But, if another person has this same page opened at the time I changed the event status, this person WILL NOT see the new status. He only will see if reloads the page.
I know that there is a Ajax set TimeOut that refreshes page after every 5... 10... 15 seconds. But I was thinking if there's a jQuery or ASP.NET MVC trigger that when I change the event status, the server responds with a browser refresh.
Is there any solution for that??
Thanks!!