How can I get hold of a user\'s GEO location within my ASP.NET application? I\'ve noticed on browsers like Firefox and Google Chrome, I (as the user) am prompted as to wheth
Use the regular HTML5 Geolocation tools to get the location and then use AJAX to send the location back to your ASP.NET Server Side code and update whatever client elements are necessary.