Currently I have strClsCafeListHTML=fGetCafeList() in the Page Load event in a CafesNearMe.aspx.vb file.
This displays a list of Cafes in the page middle section when the page is opened.
How do I delay that from firing until the JavaScript similar to http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_geolocation has put the latitude and longitude values into 2 hidden fields, HiddenFieldCurrentLat and HiddenFieldCurrentLong?
(I want fGetCafesList() to inspect those two hidden fields so that the backend SQL can filter for <10 miles.)