I have a PHP page that I'm converting to ASP.NET. The page uses a form with a get method to collect address information, and pass that information onto mapquest. With this form, when you get to mapquest, the collected address is already in the from section of the directions page.
Using a button and putting the mapquest URL in the postback property, I can get the button to take me to mapquest, but the address information isn't filled in. Any idea how I can get the address info filled in?
Diane