Hi All, I need to have a search box on a page where the user enters their zip code - a location finder. When they submit, they are redirected to another page of the website. This is for a company that has multiple locations, each having their own page. The locations have a predefined list of zip codes that they serve. The zip codes and page urls are stored in a separate SQL database. What would be the best approach for this type of functionality? C#, jQuery, something else? Thanks in advance! |