Click here to Skip to main content
15,905,419 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
how to create a login page in C#?
Posted
Updated 8-Jun-11 5:36am
v2
Comments
Sergey Alexandrovich Kryukov 8-Jun-11 17:16pm    
Tag it? Is is WPF, Forms, ASP.NET? What?
--SA

Hope Login Page[^] might give you an idea.
 
Share this answer
 
v2
Look here:
Traditional Login page design discussion[^]

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, 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