Sunday, February 10, 2008

Google map program using .net

You can create a custom google map by using Google Maps Api which example found in http://code.google.com/apis/maps/documentation/examples/


However, those example is written in java script and it is not so stright forward to be used in ASP.NET code.... Anyway, to work with java script code with ASP.NET keep these in mind


let txtLongitude is a control which can be used inside javascript, u can called the txtLongitude by
""

txtLatitude.ClientID is used because is require if you are using ASP.NET master pages.

No comments: