Hi,
First I must to say that I’ve done the same test - opening two instance of the client app - and was able to get the updates made in one instance in the other one. How? I reloaded the project. This is correct since the data grid is filled based on an xml file build when the project is loaded. So, to synchronize the data grid with actual data you must add probably another button, “Synchronize� whose action is to reload, explicitly, data from sql server.
As an observation you must think that the client is like a web browser, once it has data from server there are no chances to get, in real-time, the updates made by another client.
Adrian M, RO
|