Customer Service | Training | Contact Us
You are here: Home > Downloads > ArcScripts > Search Results > Script Details Login | Feedback | Help

DS2008 - Developers Roadmap to ArcGIS Server 9.3



contact author | download help | add bookmark | view bookmarks
Author Andy Gup
File Name AJAXDataMapDemo.zip
Language ASP
Last Modified May 2 2008
Status of work ESRI Attribution and Licensing Agreement
Software ArcGIS Server
File Size 606.66 kb
Downloads 304

ArcScripts is intended for the free exchange of scripts and tools related to ESRI software products. Please alert the moderator if this script is a demo, trial-version, or an advertisement for a retail product.


Summary
This sample includes a .NET Web ADF application demonstrated during the Server Super Session. The application displays a set of events from a server-side database (SQLExpress). The events are geocoded and plotted on a Web ADF Map. The GridView displays event tabular data and resided in an UpdatePanel, which is in a Web ADF FloatingPanel. When hovering over a row in the GridView, the graphics feature associated with the row is highlighted in the map. Upon click of the row, a partial postback is triggered which causes the “selected” row to change color. Subsequently the map pans to the respective feature and the feature is selected (thus the image icon associated with the selected render is used). Created with Visual Studio 2008.