Click here to Skip to main content
15,891,864 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,

how we can create user account in c#. the fields of user account is given below.

1) user id
2) name
3)password
4)confirm password
5)email
6) security question
7) security answer


thanks
Posted
Updated 18-May-20 1:12am

1 solution

Hello friend....

if you need to create a user account for your site then only you need to insert that user data to ur database table that holdes the user information..

then you can also create that user account for your database using grant keyword you can assign rights for that user.

you can also see if you need different type of user account...

creating user account
http://www.asp.net/security/tutorials/creating-user-accounts-cs[^]


Unlocking user account
http://www.asp.net/security/tutorials/unlocking-and-approving-user-accounts-cs[^]


and also for network authentication
http://www.codeproject.com/script/Articles/ViewDownloads.aspx?aid=2308[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900