Microsoft
Software
Hardware
Network
Question : asp.net google maps
Hello experts
(1) I have latitude and longitude for every store saved in the database.
Example
storeID, storeName, latitude, longitude
100, ABC Store, 23.3323,236523
200, XYZ Store, 56.325,65.236
(2) I am passing storeID in url as query string to the locator page(locator.aspx)
Sample URL
http://www.myWebsite.com/l
ocator.asp
x?storeID=
100
(3) On the page load method of locator.aspx page, I can query the database and get the latitude and longitude of the store.
In the page load method
string storeID = Request.QueryString["store
ID"].ToStr
ing()
string latitude="";
string longitude="";
//Query the database with with storeID and get the latitude and longitude of the store.
I will have
latitude = 23.3323 and longitude=236523
I have a div tag on the aspx page
<div id="map_canvas" style="width:250px; height:250px"></div>
I want to show this latitude and longitude on the google map.
How do i do ?
Thanks
Answer : asp.net google maps
IF (@PlansFolderCount > 0) OR (@PlansDocumentCount >0)
BEGIN
SELECT 'Greater'
END
ELSE
BEGIN
SELECT 'Less'
END
Random Solutions
How to get an USB speaker to work with Eee PC 900 Xandros Linux
Split String in C#
Monitor CIsco 6500 Switch Fabric and Backplane Utilization
Add Mirror Greyed Out
Selecting nth item from a comma separated string
Outlook and HTML Tracking
Websense - Block Internet Access - Except for Updates
VB.NET simple SendMail program error: System.Net.Mail.SmtpExcept
ion: Failure sending mail
WS2008 Terminal Service on DC
css positioning for image caption - image height changes but container is absolute