Hi
Please can some one tell me how can get a data from repeater controller label to the position GP1.Latitude and position GP1.Longitude in the code file ?
i want to set GP1.Latitude and GP1.Longitude from the data base in the MS Access.
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="MapWithClickablePushpins.aspx.cs" Inherits="Samples_SimpleMapWithBubble" %>
<%@ Register Src="~/GoogleMapForASPNet.ascx" TagName="GoogleMapForASPNet" TagPrefix="uc1" %>
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
Namespace="System.Web.UI" TagPrefix="asp" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html x ...
Go to the complete details ...