Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how to create login page between vs2008 and sql server
Posted

Perhaps you should start here: How to Use Google and Other Tips for Finding Programming Help[^]

Then you would be able to find this; ASP.NET Login Controls Overview[^] as the very first result
 
Share this answer
 
Present your user with a dialog to capture host/username/password, then use the SQLConnect function to do the job.
 
Share this answer
 
Membership will help you a lot and it is easy to implement. Check this link out[^]
 
Share this answer
 
v2
Comments
Christian Graus 26-Jan-11 17:32pm    
This guy is obviously clueless, and his clueless question has been answered. Why add to it ?

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