Hello Guys,
I'm going to share about detecting user's country from IP Address.
See this Link
I'm going to share about detecting user's country from IP Address.
See this Link
- http://www.aspsnippets.com/Articles/Find-Visitors-Geographic-Location-using-IP-Address-in-ASP.Net.aspx - By Mudassar Khan (founder aspsnippets.com)
- http://forums.asp.net/t/1340146.aspx
Or simply we can Download IP Address Database : http://www.hostip.info/dl/index.html and Detect Location by Query.
For e.g:
SELECT * FROM hostip_current IP = '" + Request.ServerVariables("REMOTE_ADDR") + "'
Hope It will help you these methods are also good.. and we can also use WebService for it.
0 comments:
Post a Comment