Welcome to ESRI Blogs

Browse by Tags

All Tags » JavaScript » .NET

Which ESRI Web mapping API should I choose?

Since the release of ArcGIS Server, ESRI has offered Web application developer frameworks (ADFs) for .Net, and Java. Last year, ESRI also released Web mapping APIs for JavaScript, Flex, and Silverlight, further expanding the choices for developers. One
Posted by sterlingdq | 13 Comments

Customizing the map progress bar in the 9.3 Web ADF (.NET)

The Web ADF includes a progress bar that displays when the map is loading map images or tiles. It makes the user aware that the site is processing the user's request. You may wish to customize the progress bar, either to modify it or to replace it with

Creating a DHTML scale bar with the .NET Web ADF

At the 9.3 release, the .Net Web ADF’s JavaScript library exposes a lot of logic to the client side, allowing you to create a more responsive UI without the need for making calls back to the server. You can get the Web ADF JavaScript library help on the
Posted by sterlingdq | 4 Comments
Filed under: , ,

How to get IntelliSense with the .NET Web ADF JavaScript Library

In the 9.3 release of the .NET Web ADF JavaScript Library (not to be confused with the ArcGIS JavaScript API) we extensively used JavaScript code summaries not only to automate creation of API documentation, but also to provide developers with the new
Posted by sterlingdq | 8 Comments
Filed under: , , ,

Working with the Web ADF timeout

Rex Hansen provided this tip on working with the Web ADF timeout One of the timeouts that you need to be aware of when building Web applications is the Web ADF timeout. The Web ADF timeout provides a single client-side solution for handling an ASP.NET
Posted by sterlingdq | 8 Comments
Filed under: ,