Padmajak
Programmer
- Jun 7, 2008
- 10
Hi,
I need to develop a search engine functionality in c# that locates a martial arts schools near by .
I need to develop two types of search.
1. ZipCode + distance with in miles
2. Address + City and State.
I have a table in the sql database which has city, state, zipcode, lat and long values.
By using this information I was able to calculate a location of the schools by zip + distance.
I don't have any idea on how to search a school which is near to your address. All we have is that
data. Can anyone help me on this issue?
What type of information is needed (that means what data , columns needed in the database)
And also how to search ?
This is kind of very urgent.
I appreciate your help.
I need to develop a search engine functionality in c# that locates a martial arts schools near by .
I need to develop two types of search.
1. ZipCode + distance with in miles
2. Address + City and State.
I have a table in the sql database which has city, state, zipcode, lat and long values.
By using this information I was able to calculate a location of the schools by zip + distance.
I don't have any idea on how to search a school which is near to your address. All we have is that
data. Can anyone help me on this issue?
What type of information is needed (that means what data , columns needed in the database)
And also how to search ?
This is kind of very urgent.
I appreciate your help.