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

How to load listview one by one?

1 Answer 68 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Shengpan Song
Top achievements
Rank 1
Shengpan Song asked on 11 Jul 2010, 04:33 AM
Hello,telerik.

I designed one web page which has 4 rad listview that displays data loading from db.
but when I visit this page in debugging time,it is very slow.

So can I load the listview one by one ?or other way to improve the speed of loading the page?

1 Answer, 1 is accepted

Sort by
0
BaiH
Top achievements
Rank 1
answered on 14 Jul 2010, 03:22 PM
Maybe you should try using paging if you have such large amount of data. Also you can play with Visible property of the controls and show only the appropriate one and not binding the others.

--BH
Tags
ListView
Asked by
Shengpan Song
Top achievements
Rank 1
Answers by
BaiH
Top achievements
Rank 1
Share this question
or