I am trying to dynamically generate a bing maps map from a number of UK postcodes. Although examples with hard coded locations are available I am struggling with finding an example showing how a postcode could be entered into a asp.net (VB) text box (or 5 boxes actually) and once a button is clicked those variables will be passed to the bing map and displayed (unfortuantley my Javascript is not very good)
I have been using the "Interactive SDk" and this example is close to what I want: http://www.bingmapsportal.com/ISDK/AjaxV7#Pushpins5
Does anyone know how to adapt this so I can pass the values of several textboxes to show several pushpins on the map?
Thanks in advance
James