Hello mark,
You can use a javascript method makes an asynchronous postback inside your asxp page. Moreover, you can call this method in Silverlight by using the following line:
HtmlPage.Window.Invoke("refreshUpdatePanel", (sender as ListBox).SelectedIndex);
The update is called in the SelectionChanged event. In this example we are using a listbox, but the things are very similar for the CoverFlow as well. Please find attached a simple example that demonstrates how to communicate between Silverlight and an asp.net page.
Sincerely yours,
Hristo Borisov
the Telerik team