Tuesday, 17 March 2015

create random password in c# asp.net

create random password in  c# asp.net

create random password in  c# asp.net


string pwd = Guid.NewGuid().ToString("d").Substring(1, 5);


Ans:
5caf9
27dae

No comments:

Post a Comment