Hey friends,
Google's Map API is one of the well known apis for mapping. Integrating that api into an asp.net web applications is a challenging working and we were googling around the web for getting an asp.net control for google map api.
First of all, we implemented javascript based apis for google maps. That was working nicely. The only problem we found that map is loading after all of the content of the page is loaded. The obvious reason behind that is, we are using javascript. So we thought we can improve the code by making a server side implementation of the code.
There are lots and lots of results on the web and most of them are not usable for me, either they are not working or they are implemented in framework 3.5 and we need for framework 2.0.
After juggling with downloading codes and testing them around, finally we got a working example. here is a link: http://www.codeproject.com/KB/webforms/Google-Maps-User-Control.aspx. I hope this will help when you need to implement your code, and you will not have to go for google it again and again.
Happy coding :)
Subscribe to:
Post Comments (Atom)
Popular Posts
-
Hi all, Creating a modal popup for asp.net users is always easy, its simply a modal panel, modal popup extender of asp.net ajax and all is ...
-
// using DotNetNuke.Entities.Portals; // using System.Collections; PortalAliasController paController = new PortalAliasController(); PortalA...
-
I was configuring one of our clients farm which required FBA on different web applications (around 5) and he wanted each web application sho...
Hello Lakhlani,
ReplyDeleteIt was a nice read. I am working on an application the UI of which consists of Tabs and IFrames. Also, for security reasons, the address bar always displays the home page URL.
We are trying to incorporate something similar to google maps "link" feature which will provide the exact link of the particular page inside the tabs. Since javascript is being used to open the active frame containing the contents, there is currently no way to directly link to the page.
Any help on this would be greatly appreciated.
Thanks,
Vivek
PS: You may contact me at my email address vivekisonline@gmail.com
i wanna learn about google API, ,, it's very interesting,,
ReplyDelete