Click here to Skip to main content
15,884,099 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
Hi,

I am developing a website for our company which has a screen called "Locations.aspx". Now, I am stuck in including the India map which will show different locations on which the company has its branches all over. I tried doing the same using .swf file of India map, but didnt get any result. Its urgent, please help, if there is another way to do it.
Posted
Updated 14-Sep-14 0:18am
v2
Comments
Nelek 14-Sep-14 7:06am    
Step 1) Do a little research. Google is a good start point
Step 2) Start coding
Step 3) Compile and use the debug to solve little issues
Step 4) When you get a problem you don't know how to solve but at least you tried it, then come back and ask for something concrete with a snippet of the code giving problems

Sorry if this is not the answer you were looking for. But your question is a bit too wide to be answered at the "Quick" Answers. It is better and you get faster help if you make 10 concrete questions about concrete problems, than a big question about a "how-to guide"

For future questions, please read:
What have you tried?[^]
How to ask a question?[^]
Those links will help you improve your questions and give you more probability to get the answer you need
Bernhard Hiller 15-Sep-14 2:33am    
What functionality do you need in your map?
- Zoom to the location of the office?
- "Get directions" from location of user to an office?
- Show some extra information when hovering with the mouse?
- ...?

1 solution

Store all branches in your database with their address.
try

when you are going to show the addresses in a MAP, then find their longitude and latitude using code, and place it in your map(using loop).
 
Share this 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