You are not logged in.
Pages: 1
Hi,
I am having issue with gmap3 when using in ASP .net MVC3 project with Razor view engine.
Did anybody try gmap3 in ASP .net MVC3?
Thanks.
Offline
As i said by email,
your forget $ in
<script type="text/javascript">
$(document).ready(function () {
('#divMap').gmap3();
});
</script>I never developed in .net but i think this is the problem
Offline
I tried gmap3 in ASP .net MVC3 but was facing the same issue that you are facing...But now am out of my issue....I changed my coding with the coding provided above and after making these changes my issue is finally resolved..
Offline
I am using ASP.NET MVC3 with the Razor View Engine and other than my jQuery newbieness and having discovered GMAP3 just over a month ago, I got the map working on ASP.NET MVC3:
This link is to the map section where you can take a look at GMAP3 working in an ASP.NET MVC3 website using the Razor View Engine.
Offline
Pages: 1