I have an aspx page that shows a list of students in a databound datalist in card view layout ( i.e repeatcolumns = 5 and repeatdirection=horizontal ).
The properties displayed are - Student Name, Id and Status. The Status field is constantly updated by another external service.
Is it possible to show the new status of the particular student for whom the status has changed in the DB without having to refresh the entire page?
What i'm trying to achieve is a real time monitoring system that a tutor could use to view student activity in a lab.
Thanks Arvind