Select to view content in your preferred language

Using Silverlight controls in silverlight with arcgis map webpart on a single webpage

627
2
01-01-2012 05:31 AM
ankitabhatia1
Emerging Contributor
I am working with 2 silverlight webparts and one arcgis map webpart in sharepoint. The behavior class for map can access controls from silverlight webpart Xaml but assigning values to properties does not work.e.g. I can access overview mapcontrol in behavior but assigning map control shows no result.
A I missing something or this is a bug?
Is there a ethod to use silverlight controls with arcgis map webpart using MapApplication.
0 Kudos
2 Replies
JenniferNery
Esri Regular Contributor
Are you using ArcGIS for SharePoint? http://forums.arcgis.com/forums/69-ArcGIS-for-Sharepoint
0 Kudos
ankitabhatia1
Emerging Contributor
I am actually using both Silverlight as well as Sharepoint API.
The problem is interaction between these two. My silverlight webpart is supposed to Invoke a behavior on the Map webpart and the result from the same is to be displayed again on a silverlight webpart ( as a grid). But for some reason it is not working the way I thought it could.
0 Kudos