Check if a username has been registered

Posted by Testing123 on Stack Overflow See other posts from Stack Overflow or by Testing123
Published on 2010-06-18T16:04:48Z Indexed on 2010/06/18 16:13 UTC
Read the original article Hit count: 215

Filed under:
|

I am using the builtin ASP.NET logon and user management features. Is there a way to just identify if a username or email address is already registered? I would've thought it's part of FormsAuthentication or similar, but can't find such a function.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET