
|
You can quickly create simple applications without programming by adding existing controls to a web form and linking them to your geographic data. Developers can extend the functionality of an application by modifying the source code for the existing controls, often by adding just a few lines of code. The following diagram shows the structure of a typical web form map.aspx. It contains three controls: LocateControl, MapControl and InfoControl. LocateControl lets users find street addresses. MapControl displays the map image and lets users zoom and pan. InfoControl displays information about map features into a DataGrid HTML table.
|
