I have 2 applications both containing Datagridview connected to the same data-source.
When I insert data to the database via application1, the new data is instantly shown in the application1's Datagridview, I want the same new record to be shown in application2's Datagridview at the same time.
How do I achive this?