This question is locked. New answers and comments are not allowed.
I have a Telerik Silverlight map that I want to be able to change from a series of drop downs on the same page. currently I am using telerik dropdowns and the user presses a 'go' button. I perform a look up then repost back the page with appended querystring of information (i.e. latitude=??&longitude=??&zoomLevel=??)
Where this works, it is inefficient and causes the page to do a full post back numerous times. I am moving this project into a SharePoint 2010 webpart and want to be able to refresh the map from the filter without doing a full page refresh. Is there a way?
It appears there was one with Silverlight 3.0, because I saw documentation on here using the System.Web.UI.Silverlight.dll. But it appears the DLL is gone for 4.0. So I am lost on how to proceed.
Any help is greatly appreciated.
Where this works, it is inefficient and causes the page to do a full post back numerous times. I am moving this project into a SharePoint 2010 webpart and want to be able to refresh the map from the filter without doing a full page refresh. Is there a way?
It appears there was one with Silverlight 3.0, because I saw documentation on here using the System.Web.UI.Silverlight.dll. But it appears the DLL is gone for 4.0. So I am lost on how to proceed.
Any help is greatly appreciated.