how to generate userid in .net 1.1
-
if the userid we have entered was choosen by someone at the time of registeration and website offers userids available... how to generate the code? thanks in advance uma
-
if the userid we have entered was choosen by someone at the time of registeration and website offers userids available... how to generate the code? thanks in advance uma
It's pretty hard to reply for this message in forums. But I can give you some hints. My idea is try to create maximum possible id's with the supplied information. Check each id exist on the DB. If not show that to user. Assume user has specified name as Navaneeth and age as 24. Then possible id's could be navaneeth24 24navaneeth 24.navaneeth navaneeth.24. Then check each on DB and display only id's that doesn't exist on DB. It's wild guess. But try it
printf("Navaneeth!!") www.w3hearts.com