0

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

4

1 回答 1

1

您可以使用更新面板,然后设置一个计时器来刷新更新面板并将数据网格与新数据重新绑定。

于 2012-06-20T09:52:31.787 回答