Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello All,

I have developed two Winform Application where one acts as an Admin and another as a Client. Well, i need a logic or an explanation for, whenever Client updates the data in his form it should notify the Admin app.

Basically Client App has a data entry form where he enters the data and it is stored remotely(remote database. Now Admin app should receive a notification stating so and so data is entered by the client.

Out of interest am learning C# myself but at intervals i get stuck without logic or explanation. It will very helpful if someone explains me the logic.

Regards
Saikrishna

What I have tried:

I have not tried any code since am lacking the logic behind.
Hope am not breaking any CodeProject rules.
Posted
Updated 2-May-16 18:16pm
v3

1 solution

This example Update Data using Windows Form and .NET Data Sets[^] may be able to help you.

In this example, a dataset is updated periodically while other processes are making changes to the dataset.
 
Share this answer
 
Comments
Member 10376341 3-May-16 10:15am    
Thank you for the reply Abhinav, but still am bit confused.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900