From silverlight to ASP

4388
10
Jump to solution
06-29-2015 06:18 AM
AnatoliiTerentiev
Occasional Contributor III

Dear Gurus!

I want to see what I can do with  arcgis when working  without Silverlight.

For example - how I can reproduce next silverlight code

            <esri:Map x:Name="myMap" Background="White" WrapAround="true" 
                  Extent="3200000,8500000,4250000,10130000" MouseClick="Map_MouseClick" >
                  <esri:OpenStreetMapLayer ID="OSMLayer" Style="Mapnik" />
                <esri:ArcGISDynamicMapServiceLayer ID="MyMap" 
                            Url="http://server:6080/ArcGIS/rest/services/karelia/MapServer" />
            </esri:Map>

in ASP without using silverlight?

0 Kudos
10 Replies
AnatoliiTerentiev
Occasional Contributor III

Yes, I get information from the other group, especially for this subject  .NET and the Esri JavaScript API 

0 Kudos