Can you suggest some good Bing Map or Google Map control for ASP.net Webforms. I have searched a lot on google and found few on codeplex but they perhaps are not stable. Can any one of you sugg开发者_如何学Pythonest some good control whihc u have used earlier.
Thanks in advance
You could easily create you own control for this. Both google and bing have JavaScript API's
I have used this google one before though (without a problem) http://googlemap.codeplex.com/documentation
精彩评论