<%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="FormBased_ExampleForm" %> FusionMaps v3 - Form Based Example <% 'In this example, we first present a form to the user, to input data. 'For a demo, we present a very simple form intended to indicate 'sales of a product in various countries. 'The form is rendered in this page (Default.aspx). It submits its data to 'FormSubmit.aspx. We retrieve this data, convert into XML and then 'render the Map. 'So, basically this page is just a form. %>

FusionMaps v3 Form-Based Data Example

Please enter Value for each Country. We'll plot this data on a FusionMaps World.

To keep things simple, we're not validating for non-numeric data here. So, please enter valid numeric values only. In your real-world applications, you can put your own validators.

Asia: 
Europe: 
Africa: 
North America: 
South America: 
Central America: 
Oceania: 
Middle East:
 


« Back to list of examples