Click here to Skip to main content
15,911,030 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Dear Friends,

what is the use of incorporate pre-defined login control(from toolbox) in asp.net compared to user-defined?

please suggest a demo with .cs code for full control

Thanks in Advance
Posted
Comments
bbirajdar 11-Mar-13 7:28am    
You can use google for this type of research. BTW somebody has a similar question answered here http://stackoverflow.com/questions/12795298/advantages-of-asp-net-login-controls

Let me be honest: The MS Login control is not really customizable.
This solution[^] was not written with a login control, but it may suggest you ways of implementing your own custom login control with customized roles and permission levels per page and per action.

cheers,
Marco Bertschi
 
Share this answer
 
Login Controls were released by Microsoft, have a look at them here[^].

For, building Login Page using Login control, look:
How to: Create an ASP.NET Login Page[^]
ASP.NET Login Controls Overview[^]
How to add a Login, Roles and Profile system to an ASP.NET 2.0 [^]

If needed more, pick any example from here: Google Search result on the same[^].
 
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