Posted on: 9/21/2015 3:34:25 AM | Views : 814

Hi i am trying to populate Google Maps V3 with Multiple Markers from SQL Server 2012 Database table.
i am saving the latitude longitude in one column called GPS in this format 11.5642078,104.905664
my problem is the markers is show only one record do not appear all Marker in the map

HTML Code:
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="MapViews.aspx.cs" Inherits="KoreanTeam.CMaps.MapViews" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title>Google maps markers</title> </head>

<body>
<form id="form1" runat="server"> <script src="Scripts/jquery-1.4.1.js"></script>
<script type="text/javascript" src="https://maps.googleapi ...

Go to the complete details ...