automatically refresh datasource in different instances of windows forms C# application

Posted by sh00 on Stack Overflow See other posts from Stack Overflow or by sh00
Published on 2010-05-13T09:55:02Z Indexed on 2010/05/13 10:24 UTC
Read the original article Hit count: 239

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.

© Stack Overflow or respective owner

Related posts about winforms

Related posts about c#