code for generating username and password dynamically
In registration form user will give his/her first name and last name.By using these names we have to generate unique Username and password for that user and send these to his/her mail Id,to mobile which are given by user registration form in asp.net (n-tier architecture)
Javeed M ShaikhPosted Apr 30, 2013, 12:35 PM
you can use the useLetter parameter to generate username in alphabets and password in numbers or change the code to use both.