Posted on: 1/23/2015 10:06:41 AM | Views : 645

i am working on a geolocation system in asp.net and am stuck on how to display data from database in the pop up window,,its for my final yr project,,help plzz
<%@ Import Namespace="System.Data.SqlClient" %> <!DOCTYPE html> <html xmlns='http://www.w3.org/1999/xhtml'> <head runat='server'> <style type='text/css'> html, body, #map-canvas { height: 1000px; width: 1000px; margin: 0; padding: 0; } table tr td { width: 130px; } </style> <script type='text/javascript' src='https://maps.googleapis.com/maps/api/js?key=AIzaSyA-kY8Rp8kekITCIIEgJieQpX1yge-oH20'> </script> <script type="text/javascript"> </script> </head> <body> <div id='map-canvas'></div> <form runat='server'> ...

Go to the complete details ...