Hello, I'm not sure if this thread belongs in this forum, but since I can't find the correct one and I'm using the silverlight API in my development I will post it here. If this isn't the correct forum please tell me which is, thank you. I am trying to use the code sample for Web Map Dynamic Service Popups (http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#WebMapDynamicServicePopups). My problem is that the popup templates property in the dynamic layer is not enabled, so it shows the pop up window (with a little change in the code) but none of the information. I tried enabling the pop up info using this help guide (http://help.arcgis.com/en/arcgisonline/help/index.html#/Configuring_pop_up_windows/010q0000004m00000...) and setting them is quite straitforward in the arcgis.com map (http://www.arcgis.com/home/webmap/viewer.html) but I can't save the chnages in my service. I'm not sure if this is the right path or if I have to set the pop ups while creating the map, before I upload it to my server.
For this particular aspect of your question, note that the arcgis.com viewer doesn't allow to save configuation (popoup, symbology...) at the service level. It is only possible at the map level.
To save at the service level, you can use ArcGIS Online Explorer.
You are talking about creating pop-ups for map service in webmap that you are consuming in Silverlight App? I think this is the right forum: http://forums.arcgis.com/forums/30-ArcGIS-Online. But it looks like you found the correct resource page.
For this particular aspect of your question, note that the arcgis.com viewer doesn't allow to save configuation (popoup, symbology...) at the service level. It is only possible at the map level.
To save at the service level, you can use ArcGIS Online Explorer.
I want to create a popup so that it can retrieve information about the feature attribute from attribute table of my layers. I tried this sample : http://help.arcgis.com/en/webapi/silverlight/samples/start.htm WebMapTiledServicePopups in microsoft Blend , but when I execute it nothing happens when I click a feature and not give me an error message ... I do not know what i must do, please kindly help me, this is very urgent
Finally, I am pleased that you are there Dominique.
I just remove the cluster and it work, now I asked another question is how to make appear the information of an attribute from attribute table and make it for all my layers, not just a single layer, I want something automatic on group layers and that I made �??�??them appear all the attribute fields.
I hope I explained what I'm trying to do and for more precision, I would like when I click on an attribute that makes them appear to in a window as the sample of the MapTips Toolkit Controls without the "hover":
May be as the result of "identify" too, if you click on several different attribute layer, you can pass in the window of an attribute from one layer to another, but not in a large window, in a window like MapTips-Toolkit Controls.
Thank you for your cooperation, your help and time.