I use attribute query sample its work but the problem is that in my XML have this codes
<esri:Map x:Name="MyMap" WrapAround="True" Extent="-15000000,2000000,-7000000,8000000">
<esri:ArcGISTiledMapServiceLayer ID="StreetMapLayer"
Url="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer"/>
<esri:GraphicsLayer ID="MyGraphicsLayer" />
</esri:Map>
but i want to bind this map from my Main Map Page
How i Resolve this problem
I use another User Control
Thanks in advance
Jennifer NeryArcGIS API for Silverlight