Dear ASP.NET's members,
I hope you will help me for me - a newbie
I am using asp.net 3.5 webform with routing, my pages is using google map api v3 to show a simple map
Now I want to implement a URL to share a point on map. This mean I want to add latitude and longitude on shared url.
I tried as a query string like this:
http://mydomain.com/map.aspx?lat=xxxxxxx&long=yyyyyyy
then it said not found because I used routing for webform
May you help me a way to solve this?
Many thanks,
Go to the complete details ...