How would I find out what country an user is from?
I can get there IP address using - Request.UserHostAddress
If the user is from the United States then I want to add the "state" and "zip code" entry controls.
Thanks
Steve
You can do it using google map api.
http://code.google.com/apis/ajax/documentation/
hi,
I saw an country lookup senario in the DotNetNuke free opensource project .maybe you can take look at this one.