Click here to Skip to main content
15,891,841 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: , +
How to make the code for a website's log in interface with C#?
I Know that you can do the drag-and-drop method in C# to have a log in function in your Website but I want to know the manual method using codes. I hope you can help me
Posted

1 solution

The manual method is to add classes which have methods and properties. Your web page will pass the values for login to the classes which will call the db and validate. Then use FormsAuthentication.RedirectFromLogin to continue.
 
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