Author: ASP.NET | Posted on: 10/17/2011 8:54:15 AM | Views : 811

This is the third in the series of posts I am doing on HTML5 for ASP.NET Developers Geolocation is one of the popular features of HTML5 that's being touted as a favorite for building location aware applications. It helps to a great extent not just for Web Applications that run on PCs, but also for Web Applications that run on Devices. Since browser on the phone is no longer a rare thing, it always helps to identify the location of the user carrying the phone and build applications that cater to the specific geo (example: providing deals available nearby etc.,) The actual call required for our sample is quite simple. Geolocation works only on IE9 and above. So, if you haven't installed already, you can download and install IE9 from here For the...(read more) ...

Go to the complete details ...