I'm developing app. using C# and SQL Server 2005,
What i'm trying to do is "Update User Interface when there is change in database",
suppose, there is datagrid on a form..
two different users on different computers -open the form simultaneously.
one user edits some value..
then the same change displayed on the second user's form.
how to do this??
I'm stuck.. help
What i'm trying to do is "Update User Interface when there is change in database",
suppose, there is datagrid on a form..
two different users on different computers -open the form simultaneously.
one user edits some value..
then the same change displayed on the second user's form.
how to do this??
I'm stuck.. help
Comment