I have different instances of an [.NET 3.5] C# win forms application that run on different machines.
All instances use the same SQL 2005 db.
I need to send an alert and to refresh grids [contained in user controls] when another instance of the application changes smth in db.
Which is the best way ?
Thank you very much.