Creating a login form and validating inputs in C# using linq to sql
- by Allan
I am quite new to C# and .NET programming. I am working on an application and want to create a login form for which if the User enters their credentials it checks to see if user details exist in Database and then allows the user access to the application.