I don't know what is the best way to force a browser refresh when using silverlight.
The scenario is like this:
- We have a silverlight application hosted on IIS
- Two users opens the same page and that page contains a grid with some records.
- Only one of the users modify one record and save the data in the database
How can the other user see that the data has been modified unless he refreshes the page manually?
Should I implement some automatic refresh?
Thanks in advance