wilberforce2
IS-IT--Management
OK I was wondering if anyone could help me out with a problem that I have.
I am trying to manipulate two fields based on a postcode that has been entered into a details view. The postcode field is databound to a database and so is the two other fileds fldLat and fldLong.
What I want to do is to before the update takes place, take the entered postcode and geocode it into Latitude and Longitude using Javascript place the Lat/long into the relevant textboxes and update the database
Any ideas where to start? I can even get the information in and out of the details view .