Welcome to ESRI Blogs

Browse by Tags

All Tags » .NET » AJAX

Creating a utility library (Part II): Creating and adding resources

Morten Nielsen, a developer on the .NET Web ADF team, contributed this series: This post is the second in a series on creating a set of reusable helper methods that tries to make some of the common developer tasks when working with the .NET Web ADF easier.
Posted by sterlingdq | 4 Comments
Filed under: , ,

Creating a utility library (Part I): Simplify working with callback results

Morten Nielsen, a developer on the .NET Web ADF Team, contributed this series: This post is the first in a series on creating a set of reusable helper methods that tries to make some of the common developer tasks when working with the .NET Web ADF easier.
Posted by sterlingdq | 0 Comments
Filed under: , ,

Adding context menus to a Web ADF application

In this post, Rex Hansen provides a sneak peek at a forthcoming EDN article on adding context menus to your .Net Web ADF applications. The ContextMenu control allows users to interact with your Web ADF application at runtime, usually by right-clicking
Posted by sterlingdq | 13 Comments
Filed under: , ,

Transparency in graphics layers with callbacks

In this post, Bryan Baker provides a tip for .Net developers working with the Web ADF graphics layer: Several developers have asked questions about handling transparency in graphics layers when they are working with ASP.NET callbacks (a callback is a
Posted by sterlingdq | 6 Comments
Filed under: ,

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 developer working

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, the
Posted by Jeremy | 24 Comments
Filed under: , ,