Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.11/5 (2 votes)
See more:
Iam new here in this program field i want to know what is the code for creating a login page in ASP.net....
Posted
Comments
Ed Nutting 19-May-12 12:31pm    
Perhaps try doing some tutorials on how to program in C# for ASP.Net - most likely they will teach you how to do a login page. Or you could just try searching Google as this is well documented.

Thanks,
Ed
Vsevywniy 19-May-12 14:13pm    
I don't understand exactly, what are you want?... You may use standart Login control from toolbox panel to create login control or you may created this one in cs file using new Login syntax. Make your question more concrete.

 
Share this answer
 
If you choose WebMatrix as development framework for ASP.NET (Getting Started[^]), you could look at this good tutorial (THE most basic way to implement ASP.NET Razor security[^]).
Furthermore, the WebMatrix environment suggests a template (Starter Site) with the basic implementation of a login page.
 
Share this answer
 
Google[^] works
 
Share this answer
 
 
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