Google Map in asp.net
-
I have implemented Google Map in my asp.net website using .net framework 4.0. Its working very well. But the problem is that my web space doesn't support .net 4.0 So, i need to know how i can make this Google Map using .net framework 2.0 I tried many things but didn't succeeded Please help me out of it! Thanks
-
I have implemented Google Map in my asp.net website using .net framework 4.0. Its working very well. But the problem is that my web space doesn't support .net 4.0 So, i need to know how i can make this Google Map using .net framework 2.0 I tried many things but didn't succeeded Please help me out of it! Thanks
Google Maps is handled via JavaScript. This isn't dependent on the version of the .NET runtime, so you shouldn't need to change the mapping side. What you may need to change is your ASP.NET code if you are using .NET 3 or .NET 4 features, and there's nobody here who could help you with that without seeing your source code. Change the project type to .NET 2 in your solution and recompile the application. See what defects this causes and fix as necessary. In future, you might want to check such basic things as the target framework before commencing any work.
Forgive your enemies - it messes with their heads
My blog | My articles | MoXAML PowerToys | Mole 2010 - debugging made easier - my favourite utility