Hi There;
I have an application that work in multi-user environment. Would like to know what are the possible way to update the datagridview in other user workstation once someone did the changes?
For instance, when user A had done some Add/Update/delete for a record, datagridview that work by user A can be reloaded to reflect the changes, but what i can do so that other user that work on same appliation to get the datagridview refresh/reload automatically?
Note: Application work in C# (Window Form) and SQL server 2005 as backend
Thank you...