Click here to Skip to main content
15,903,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I would like to create a member join system like that of code project login.
Please help how to do it
Posted
Updated 19-Nov-11 22:39pm
v2
Comments
Sergey Alexandrovich Kryukov 20-Nov-11 19:42pm    
So what? Do it! Where is your question? Any particular difficulty?
--SA
Subhabrata Bose 22-Nov-11 0:58am    
i want to know that how can i create a login just like the header section login of codeproject.com, i.e. without page refresh, holding the session until logout and then the logout without page refresh. i have created a login system with user controls but it requires page refresh.

use aspnet_membership controls & classes
 
Share this answer
 
if you are looking at the UI side of things, have a look at ASP.Net Login Controls[^].
 
Share this answer
 
Comments
RaisKazi 20-Nov-11 4:38am    
Useful to OP. 5ed.
Abhinav S 20-Nov-11 4:40am    
Thank you.
thatraja 20-Nov-11 4:46am    
Alternative, 5!
Abhinav S 20-Nov-11 5:00am    
Thanks thatraja.
Sergey Alexandrovich Kryukov 20-Nov-11 19:44pm    
Yes, a 5.
--SA
Check this article series

Examining ASP.NET's Membership, Roles, and Profile[^](Nice series - 18 parts)
 
Share this answer
 
Comments
RaisKazi 20-Nov-11 4:36am    
Thats a good article. 5ed.
Sergey Alexandrovich Kryukov 20-Nov-11 19:43pm    
Good one, too :-), a 5.
--SA
You may begin with below link.

Asp.Net - Managing Users by Using Membership
 
Share this answer
 
Comments
thatraja 20-Nov-11 4:29am    
5!
Sergey Alexandrovich Kryukov 20-Nov-11 19:42pm    
My 5, too.
--SA

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