This is a migrated thread and some comments may be shown as answers.

Radlistview automatic refresh record

1 Answer 69 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Fabio Cirillo
Top achievements
Rank 1
Fabio Cirillo asked on 13 Mar 2013, 08:51 AM
Hi,
i would that the radlistview for example every 5 minutes you updated automatically loading new records from the db.

This my code in page_load is:


Dim list As List(Of PropertyUtente) = Loadsearch.RandomCard()
RadListView1.DataSource = list
RadListView1.DataBind()

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Mar 2013, 09:42 AM
Hi,

One suggestion is that you can use Timer control with RadAjaxManager. Here is the demo.
Ajaxify Timer

Thanks,
Shinu
Tags
ListView
Asked by
Fabio Cirillo
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or