>> The first thing I am trying to figure out is how to pull the lat/long
>> data from the database and get it displayed on the map.
>>
>>     
Basically it all depends on your skill level. If you are not that 
experienced with Maps and .net you might consider to give MapDotNet a 
try. If you are more willing to roll the things by your self, this could 
be a way to go:

1) Create a web application, which acts upon a request from client side 
AJAX (e.g. GDownloadUrl or JSONP or stuff)
2) In your web application create a database connection, either using 
LINQ or traditional ADO.NET or any other kind of database connectivity, 
you are familiar with
3) Act upon a self made http request to your website serve side by 
answering the query, query the database and serialize the returned data
4) Return the result, as XML or JSON or whatever format you want
5) Draw your polyline, markers or whatever you want client side.

It is very hard to give you a one for all prescription, because it all 
depends on many factors. But instant success may be achieved very fast, 
regardless of what way you choose.

Regards

>   

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to