Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i want to code login and register using my database. I dont want to using login tool. Thanks to help
Posted
Comments
maxjell 3-May-12 5:26am    
Reason for my vote of 3
j

Create two labels and two textboxes. Add a button to the page. Handle its click event. In there, call the business layer to do the validations. If validations are fine, call Data Access layer of yours to check if the entered values are correct. Send the result back to UI through the layers.
 
Share this answer
 
Comments
Michel [mjbohn] 21-Apr-11 1:16am    
nice explanation my 5 :)
As d@nish suggested you I've found this link-[Login without Login Control][^] having same question with same solutions given by danish and some hint.

Best of Luck!
 
Share this answer
 
Hope this[^] also might help you.
 
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