Click here to Skip to main content
15,905,683 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
Hi

This is vikash kumar

I am facing to create login form and i want to accessing data from sqlserver 2008 How to do that.

with javascript and.

Thanks and regard

Vikash kumar
Posted

The best way is just to implement Membership: http://msdn.microsoft.com/en-us/library/yh26yfzy.ASPX[^]
If you specifically need an SQL database to hold your login info, then you just have to provide a custom membership provider: http://msdn.microsoft.com/en-us/library/f1kyba5e(v=vs.100).aspx[^] and the sytem will still work.
 
Share this answer
 
The New Project wizards in Visual Studio will create a website for you, complete with a working authentication system with membership and roles.

Walk through in VS2013: http://www.asp.net/visual-studio/overview/2013/creating-web-projects-in-visual-studio[^]

Literally a clicks will set up rye database, schema, management pages, etc., everything.
 
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