i want to check that when some body new register on my site...means use the "username" is it already used by other person or not?
reply
code in c# for asp.net...
You can check it upon the IP address of the user. If another IP address uses the account, it should be either another person or still the person accessing to it from another place.