Hi, I have a database table (Access Database) that contains data under OrderNo field. When user enters new OrderNo, I want to check if that OrderNo already exists or not. If so, a message should be displayed.
How can I do it using LINQ? Thanks Furqan