Click here to Skip to main content
15,949,741 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
give the Example of Login Demo in Asp.net we can add normal user and administrator and also role management we can give the authority to access we page to perticular user.
Posted
Comments
aayu 15-Oct-10 9:05am    
i am not getting your question properly
Yusuf 15-Oct-10 9:13am    
Smells like home work to me. No one will do your home work. Show effort and ask specific question when you get stuck.
shakil0304003 15-Oct-10 9:29am    
Your question is unclear.

 
Share this answer
 
you have two option.viz:
a) use asp.net membership and role
b) create your own


using asp.net membership and role is very easy. To create login form ,just add a new new .aspx page and drag drop Login control from the login tab located in the toolbox.

To create roles and user (also the administrator ), just click the "ASP.NET Configuration" sub menu under the Website tab of the Visual Studio IDE.
clicking the above mentioned submenu opens a GIU that enables you to do all the things you asked for.

Happy Programming :-D

For furthwe details, u can refer the book "wrox professional asp.net 2.0"
feel free to ask again.
 
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