bjorn2404 / jQuery-Store-Locator-Plugin

A store locator plugin using Google Maps API version 3
MIT License
495 stars 235 forks source link

How can implement this plugin with MVC3 and SQL -Server Database. #5

Closed herin closed 11 years ago

herin commented 11 years ago

I want to use this plugin in MVC3 ? So how can i use it with mvc3 in c# with SQL-Server Database. How can i play with my controller and view file in mvc3 with SQL database.? I have stored Address and latitude and Longitude value in SQL Database. So how can i give Latitude and Longitude value to Google map api , so that i can display that location on map which i pass to google map api. Should I have to change any Java Script for this or anything else ?.

Please Suggest me. Thanks.

bjorn2404 commented 11 years ago

This is beyond the scope of the plugin and I'm not familiar with MVC 3 or C#. I'd suggest trying Stack Overflow.