Welcome to ESRI Blogs
Sign in
|
Join
|
Help
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET
92 SP1
92 SP2
ADF
AJAX
ArcGIS
ArcGIS Explorer
Code Snippet
Developer Summit
Globe Services
GP
Installation
Map Cache
Python
Tasks
Web services
Navigation
Home
ArcGIS Server Blog
Terms of Use
Other
Blogs
My Reader
Archives
May 2007 (4)
April 2007 (2)
March 2007 (1)
February 2007 (2)
January 2007 (5)
December 2006 (9)
Browse by Tags
All Tags
»
Code Snippet
»
ArcGIS
.NET
ADF
Web services
Tuesday, December 12, 2006 8:40 AM
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
Filed under:
ArcGIS
,
.NET
,
Code Snippet
,
Web services
Wednesday, December 06, 2006 8:22 AM
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:
ArcGIS
,
ADF
,
.NET
,
Code Snippet