Does anyone know how to update an ASP.Net GridView in real-time using SignalR?
The scenario is:
- I got a database table.
- The GridView is being populated with data from the table.
- Once the data is updated on the table, the GridView is updated at real-time using SignalR.
Can anyone help and advise on this one?