I want to verify that the user does not enters the same value on database (using LINQ). How can I check if the database value exists on the database and prompt the user that the value already exists on database (I am using LINQ for insert or update of data).
Thanks.