Re: Get User Location

2012-02-16 Thread Jeremy Geerdes
Search the web for it. There are numerous examples available. On Feb 16, 2012 6:28 PM, "Tapan" wrote: > Hi Jeremy, > > Can you please give me some example or some more detail what you mean > by? > > Thanks, > Tapan > > > On Feb 16, 5:42 pm, Jeremy Geerdes wrote: > > Use the browser's geolocation

Re: Get User Location

2012-02-16 Thread Tapan
Hi Jeremy, Can you please give me some example or some more detail what you mean by? Thanks, Tapan On Feb 16, 5:42 pm, Jeremy Geerdes wrote: > Use the browser's geolocation api in js. > On Feb 16, 2012 4:38 PM, "Tapan" wrote: > > > > > Hi There, > > > I tried below code behind but it returns

Re: Get User Location

2012-02-16 Thread Jeremy Geerdes
Use the browser's geolocation api in js. On Feb 16, 2012 4:38 PM, "Tapan" wrote: > Hi There, > > I tried below code behind but it returns only server address (city/ > statE) where i am looking for client address, > > Using client = New System.Net.WebClient() >Dim uri As New Uri("http://ww

Get User Location

2012-02-16 Thread Tapan
Hi There, I tried below code behind but it returns only server address (city/ statE) where i am looking for client address, Using client = New System.Net.WebClient() Dim uri As New Uri("http://www.google.com/jsapi? key=ABQIDXlhkkFddu21dWEnADoyT5eRTf-CnUYIAMCE84kdF") 'The f