How can I generate a random 8 character alphanumeric string in C#?
One line of code Membership.GeneratePassword() does the trick :)
Here is a demo for the same.