Added images to CoverFlow on the fly

2 replies. Last post: March 28, 2010 10:41 PM by Glenn Layaar
Tags :
  • (None)
  • New Discussion
  • New Question
  • New Product Feedback

Hello,


I am trying to change the images in CoverFlow in an AJAX postback but CoverFlow turns white when I do. I am using primarily Telerik controls and AJAX is being managed by the RADAjaxManager. The examples I've seen of programtically adding items to CoverFlow use something called an 'ObservableCollection', which does not seem to be available to me in VB.NET (VS2008) and an unnecessary amount of effort. This is my code, which runs in an AJAX postback, what is wrong?


Dim f As New ISNet.WebUI.Silverlight.WebAqua.WebCoverFlowItem

f.Source = "http://a valid url on my server"

WebCoverFlow1.Items.Add(f)


The RADAjaxManager has been told that my update button will update the CoverFlow control but I wonder if CoverFlow and RADAjaxManager are not on speaking terms or if there is something simple I am missing.

Also, I cannot get the supplied help to work for WebAqua hence I am possibly asking a dumb and already documented question.


Regards,

Mark Leavesley

All times are GMT -5. The time now is 7:42 AM.
Previous Next