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

bind data to radlist view

1 Answer 59 Views
ListView
This is a migrated thread and some comments may be shown as answers.
ying
Top achievements
Rank 1
ying asked on 08 Jun 2011, 06:02 AM
I have an radListView, I bind images from database, each page will display 3 images,
if inside the database, got 4 images, it will have 2 pages

in the page 2, it have 1 image only. i want to reload the first two image and show in page 2,
I want to rebind the same record and again and again...
do you know how can i do???


radlist view page 1                      radlistview page 2                           
1                                                              4
2                                                              1
3                                                              2

1 Answer, 1 is accepted

Sort by
0
Accepted
Iana Tsolova
Telerik team
answered on 13 Jun 2011, 08:21 AM
Hi ying,

RadListView will display whatever is added in its datasource. So if you want the items to be displayed in it, you should add them at the end of the datasource.

Regards,
Iana
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ListView
Asked by
ying
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or