G
Guest
Part of a c# WinForms system I'm developing allows department managers to log
tasks for their employees. The task information is saved to SQL Server db,
and appears in a 'tasks' pane when users load the system.
What is the best way to update a users tasks pane if a task is logged for
them when they already have the system open? When the task is logged to the
db, i need to force the user it's logged for to have their pane refreshed..
Thanks
tasks for their employees. The task information is saved to SQL Server db,
and appears in a 'tasks' pane when users load the system.
What is the best way to update a users tasks pane if a task is logged for
them when they already have the system open? When the task is logged to the
db, i need to force the user it's logged for to have their pane refreshed..
Thanks