Hi Everyone,
I was wondering if someone could help me. I need to get the IP address and geographic details of a user browsing a website. I basically need the state or region where the user is located. Not sure where to start as I have never needed to do this before. Any help towards this would be greatly appreciated.
Thanks in advance!
Jay
Loading
Kirtan PatelPosted Dec 11, 2009, 12:01 PM
extract the Information From it and Show it in Windows Form Application .
http://www.geoiptool.com/en/?IP=
WebClient Class has Method DownloadString() that Will Extract the Source of page then Need to Do Parsing :)
Hiren SoniPosted Dec 11, 2009, 11:42 AM
link here