Since Google Maps v3 is a client-side Javascript API, as long as you can output correct HTML and JavaScript you should be set.
Using .NET, I find it convenient to use the repeater control since it doesn't add any markup. This works for pulling out lists of latlng values for paths or for creating a series of markers. Chad Killingsworth On Jul 2, 3:15 am, gost <[email protected]> wrote: > I'm developing a website using Google Maps to present hiking trails. > All trail data are stored in a MS SQL Server database. > > What is best practice for developing Google Maps web applications in > MS Visual Studio Enviroment? > > Currently I'm using a .Net control (http://www.reimers.dk) that > allowing me to use code behind to access data in the database. The > control has some downsides so I would like to stop using it. > > What is the common way to develop a web site using Google Maps API? Is > it using Java in Eclipse enviroment? -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
