I have a textbox to insert an ip address. and i have a button.
now i want to get country code,country name,region code, region name etc of that particular ip address and i want to save that detail in xml file.
so plz help me and tell me how can i do it.
Loading
Surendra singhPosted Nov 22, 2011, 11:44 PM
u r using a database. but i dont want to use any database. i want to do using free api. i m getting information using api but it is displaying only ip address and status while i need country code, country name, region code, region name etc.
Thanks
Satyapriya NayakPosted Nov 22, 2011, 12:44 PM
Please refer the below links
http://dotnetguts.blogspot.com/2008/06/finding-country-from-visitors-ip-in.html
http://www.codeproject.com/KB/IP/obafindingipinformation.aspx
Thanks