I need to connect Visual Studio 2010 website to SQL Server 2005. My web site is ASP.NET using C#, on the .NET Framework 2.0
I googled it for hours and every site i entered the information didn't seemed relevant.
Maybe I just don't understand.
I would appreciate if someone showed me from where to begin.
For example: I created a login form using login control from the toolbox but don't know how to continue from here, how do I get the password and username from the database?
First order of business should be setting up a connection string for your database in web.config. Carl Prothman has a ton of information on setting this up.
You'd then create a database connection, log in using your connection string, and do something. Macon State has some excellent tutorials to get you going.