Welcome to ESRI Blogs Sign in | Join | Help

Browse by Tags

All Tags » Code Snippet » ArcGIS

Querying ArcGIS Server Web Services

One of the ways to connect to ArcGIS Server is through Web services. When you make an Internet connection to the server, you will use a URL in this format: http://<server name>/<instance name>/services This is an endpoint to your ArcGIS Server
Posted by Jeremy | 7 Comments

Changing zoom direction with mouse wheel

In the ESRI Web ADF for the Microsoft .NET Framework the default behavior for the mouse scroll wheel is to zoom in to the map control as you move the scroll wheel forward. Enter the following code snippet in the Default.aspx after all the Web ADF control
Posted by Jeremy | 2 Comments
Filed under: , , ,