Abhi
Abhi

Reputation: 5561

Google Map or Bing Map Control for ASP.net Web Forms

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 suggest some good control whihc u have used earlier.

Thanks in advance

Upvotes: 2

Views: 4703

Answers (1)

Ollie
Ollie

Reputation: 366

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

Upvotes: 1

Related Questions