On Jan 23, 8:15 pm, Darrell <[email protected]> wrote: > Currently i'm developing a web system which is based on the Google map > for my school project. I have to build it using the ASP.Net in VB > language. In this system, i need to retrieve the latlng value of > marker and route(polyline) from SQL database and able to add, delete > and update those data later on. Currently i'm able to show all the > marker and routes on the map well by using XML. However, i dunno how > to retrieve the data from SQL database and show it on the map since > the map API is run on client side and the retrieving of data is on the > server side. Can anyone show me or tell me how to solve it?
The concepts are the same as this tutorial: http://code.google.com/support/bin/answer.py?hl=en&answer=87134 The translation to ASP.Net/VB is left to the student... -- Larry > > p.s: Sorry for my broken English and i'm not sure whether i post this > question in the right category. > > ~ Darrell -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
