How to display updated record in a grid without refreshing the page...
I am having a Datagrid which is displaying records from a table. Whenever some other user make changes in data, I need to display the updated record in Datagrid without refreshing the page. How can it be solved?