Creating a login form and validating inputs in C# using linq to sql
Posted
by Allan
on Stack Overflow
See other posts from Stack Overflow
or by Allan
Published on 2010-06-18T06:46:24Z
Indexed on
2010/06/18
6:53 UTC
Read the original article
Hit count: 220
c#
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.
© Stack Overflow or respective owner