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

using WebServiceSettings

1 Answer 63 Views
Rotator
This is a migrated thread and some comments may be shown as answers.
shlomo
Top achievements
Rank 1
shlomo asked on 23 Dec 2010, 11:43 AM
Hi
i try to using the RadRotator with WebServiceSettings and is look fine.
But when the user click on the next button, the control dont know that is can be the lsat item, even i set the WrapFrames property to true and the application crash with OutOfRange.

So my question is, How can i configure for the RadRotator where is the last item if i use the WebServiceSettings ?

thanks (and sorry about my english)

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 27 Dec 2010, 01:53 PM
Hi Shlomo,

By design, the RadRotator control stops calling the web service when the service is returned null (Nothing in VB.NET) for the first time. You need to implement a logic inside the service's code that will return null when all items are sent to RadRotator.

All the best,
Fiko
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
Rotator
Asked by
shlomo
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or