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?