Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
How to get Country and City by IP Address
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Ribolovac  
View profile   Translate to Translated (View Original)
 More options 8 Nov, 13:32
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: "Ribolovac" <jadran...@ribolovac.hr>
Date: Sun, 8 Nov 2009 14:32:14 +0100
Local: Sun 8 Nov 2009 13:32
Subject: How to get Country and City by IP Address
How can I cet City and Country name by IP Address in ASP.NET. I need C# or
VB Code.
Is there any component or web service which have this feature?

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ElfKiller  
View profile   Translate to Translated (View Original)
 More options 8 Nov, 13:39
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: ElfKiller <tomo.jurce...@gmail.com>
Date: Sun, 8 Nov 2009 05:39:22 -0800 (PST)
Local: Sun 8 Nov 2009 13:39
Subject: Re: How to get Country and City by IP Address
You can use WM GEoIP web service. It is free and easy to use. You can
find info at http://tools.webmastermafia.com
1. You need to add web reference: http://tools.webmastermafia.com/GeoIPChecker.asmx
2. Enter code for country check:

C#:
com.webmastermafia.tools.GeoIPChecker GEO = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCountry("t...@webmastermafia.com", "test",
txtIP.Text, "CountryName");

Visual Basic:
Dim GEO As com.webmastermafia.tools.GeoIPChecker = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCountry("t...@webmastermafia.com", "test",
txtIP.Text, "CountryName")

... or for City by IP:

C#:
com.webmastermafia.tools.GeoIPChecker GEO = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCity("t...@webmastermafia.com", "test",
txtIP.Text, "City");

Visual Basic:
Dim GEO As com.webmastermafia.tools.GeoIPChecker = new
com.webmastermafia.tools.GeoIPChecker();
lblResult.Text = GEO.GetCity("t...@webmastermafia.com", "test",
txtIP.Text, "City")

It is free for use. You don't need to register but in that case, web
service has time delay (3 seconds). If you are registred, you can use
it without delay. Registration is free at http://tools.webmastermafia.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Alexey Smirnov  
View profile   Translate to Translated (View Original)
 More options 9 Nov, 13:20
Newsgroups: microsoft.public.dotnet.framework.aspnet
From: Alexey Smirnov <alexey.smir...@gmail.com>
Date: Mon, 9 Nov 2009 05:20:17 -0800 (PST)
Local: Mon 9 Nov 2009 13:20
Subject: Re: How to get Country and City by IP Address
On Nov 8, 2:32 pm, "Ribolovac" <jadran...@ribolovac.hr> wrote:

> How can I cet City and Country name by IP Address in ASP.NET. I need C# or
> VB Code.
> Is there any component or web service which have this feature?

Try to use MaxMind services
http://www.maxmind.com/app/csharp

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google