Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I am new to Asp.net as well as Google Map API. I request you to assist me to solve my problem.

When I send a mail to a person, with the mail he should get the link. When he clicks the link he should know my location in Google map.
How can I write code to show (or) pinpoint my location in Google map to the person who receives my mail using ASP.NET.

Thanks in advance.


Regards,
Grace
Posted
Updated 15-Sep-10 20:22pm
v3

See, the idea is to create a link with latitutde and longitude and all the necessary information that you want to show in map.

If your data is too bulky, put the database id for the corresponding record with the link and fetch data when user requests.

I wrote a popular article on GMap, you can have a look into it:

Google Maps in HTML, ASP.NET, PHP, JSP etc. with ease[^]

:rose:
 
Share this answer
 
Comments
raju melveetilpurayil 16-Sep-10 3:30am    
man this is cool :)
raju melveetilpurayil 16-Sep-10 3:31am    
take my 5 ;)
Dalek Dave 16-Sep-10 3:36am    
Good Call!
Susan Marampudi 16-Sep-10 9:19am    
Hey, thanq for the reply. Your article will be very useful to me.

Regards,
Grace.
Abhishek Sur 16-Sep-10 19:16pm    
Most welcome and glad you like my article.
This link will help you
Google Maps Control for ASP.NET[^]
 
Share this answer
 
Comments
Susan Marampudi 16-Sep-10 9:22am    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900