It looks like the code that I posted for the php was set up as its own page, like a .php (I don't understand php at all). In asp.net I can contact a database and do a query in the same webpage as the script for the address search button and the map. That way I could avoid having to pass the searched parameters to the php file.... or now the asp.net file.
Am I just wrong in general? On Nov 18, 3:26 am, Rossko <[email protected]> wrote: > > I have started to try and code this. I am questioning if I would need > > to create a seperate page to do my search alike the PHP example. > > Not sure what you mean by "page". > You'll need a webpage with a form for the user to fill in. > There's two ways you might go from there ; > (A) That webpage also contains a map. The user's form data get sent > to some server script, which responds with data, and the javascript at > the webpage displays that on the map on the same webpage. This is > AJAX. This is what the php/mysql example does. > or > (B) That webpage sends the user's form data to some server script, > which responds by loading a brand new webpage to the browser with a > map and the relevant data. -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=.
