Click here to Skip to main content
15,895,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to develop new user register page in asp.net
Posted
Updated 21-Jan-11 1:53am
v2
Comments
m@dhu 21-Jan-11 7:39am    
Any effort?

Have a look at the Asp.Net Membership model

http://msdn.microsoft.com/en-us/library/tw292whz.aspx[^]

http://msdn.microsoft.com/en-us/library/ff648345.aspx[^]

There's even a CreateUserWizard you can drop on your page and customise

http://msdn.microsoft.com/en-us/library/ms178342.aspx[^]

A walkthrough with code examples here

http://www.asp.net/security/tutorials/creating-user-accounts-cs[^]
 
Share this answer
 
The easiest way is to use included ASP.NET 2.0 Membership and Role provider!?
Then you can use built-in Controls (CreateUserWizard, Login, LoginName, LoginStatus, LoginView...)
Check links for more details and examples:
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/security/default.aspx[^]
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/ctrlref/login/default.aspx[^]

This is the easiest way so i suggest to use it.
 
Share this answer
 
v2
First Gather All requirements, Then finalize the requirements ,work on it, take help from google , Etc, Then test again, Released it.

http://csharpdotnetfreak.blogspot.com/2012/01/user-registration-form-aspnet.html[^]

--------
thanks
sandeep M
 
Share this answer
 
v2

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