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
.NET
92 SP2
ADF
AJAX
ArcGIS
Tasks
Web services
Thursday, May 03, 2007 12:15 PM
Follow-up to Extending the QueryAttributes Task: Zooming to selected features
From Bryan Baker, a product engineer working on the .NET SDK: I wrote an earlier post that showed how to extend the QueryAttributes task so that all features are immediately highlighted. Several users have asked about also zooming to the selected features.
Posted by
Sterling
|
4 Comments
Filed under:
ADF
,
.NET
,
Code Snippet
,
Tasks
Tuesday, May 01, 2007 12:05 PM
How to track pending tiles and display a busy indicator in a Web mapping application
Rex Hansen contributed this post about how to use some of the enhanced JavaScript in Service Pack 2 to track pending tiles and display a busy indicator (such as an animated "Loading" graphic) over the Web ADF's Map control: As a Web ADF
Posted by
Sterling
|
6 Comments
Filed under:
ADF
,
.NET
,
Code Snippet
,
AJAX
,
92 SP2
Monday, April 02, 2007 7:21 AM
Using ASP.NET AJAX with the Web ADF
Bryan Baker of the .NET SDK team wrote this great article on integration ASP.NET AJAX with the Web ADF. Microsoft's new ASP.NET AJAX enables developers to refresh portions of a Web page in a relatively simple way. To enable a control to use AJAX,
Posted by
Jeremy
|
8 Comments
Filed under:
ADF
,
.NET
,
Code Snippet
,
AJAX
Monday, February 12, 2007 11:27 AM
Working with the Web ADF resources in a custom task at run-time
Rex Hansen of the .NET SDK team wrote this very useful post on accessing the Web ADF components at run-time. When creating a custom task, you may often find it necessary to access Web ADF components (controls, resources, etc.) that share the same Web
Posted by
Jeremy
|
(Comments Off)
Filed under:
ADF
,
.NET
,
Code Snippet
,
Tasks
Monday, February 12, 2007 9:50 AM
Extending the QueryAttributesTask to highlight selected features
Bryan Baker of the .NET SDK team wrote the following great post on extending a task to modify its behavior and then adding that task to the .NET Global Assembly Cache so it can be reused across applications. Note: Also see the follow-up to this post from
Posted by
Jeremy
|
11 Comments
Filed under:
ADF
,
.NET
,
Code Snippet
,
Tasks
Monday, December 18, 2006 3:51 PM
Using the Callback control framework with a map resource
Let's build on the sample that Ryan put together and use the callback control framework to refresh a map control. In this case we need to send back callback results of the map control to the control being called back to (the callback button). To illustrate
Posted by
Jeremy
|
5 Comments
Filed under:
ADF
,
.NET
,
Code Snippet
Monday, December 18, 2006 8:25 AM
Using the Callback control framework
Ryan Olson of the Web ADF development team contributed the following code sample that demonstrates how to use the callback framework from within the ESRI Web ADF for the Microsoft .NET Framework. This control is very useful for testing things during the
Posted by
Jeremy
|
5 Comments
Filed under:
ADF
,
.NET
,
Code Snippet
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