Hi All
Its my first time using LING in vs2008. Im pretty comfortable with do changes to the database (INSERT, UPDATE, DELETE, etc) using LINQ & the DataContext object.
However I'm trying to do a little login page.
A user will enter their login details (username & password) into textboxes. Now I need to be able to find the username in the db and check that the corresponding password matches.
Simple I know. I just wanted to know if LINQ can handle this without me having to use class to store the data first.
i.e. can i use a SELECT statement to fill a string or array and compare it to the textboxes?
Any help/direction will be much appreciated. Also let me know if im not being clear.
Thanks in advance