Hello, I have been experiencing something weird and wanted to share it with you in the hope of finding a solution for it! I have a table in the Database that has some nvarchar fields and 3 boolean fields: Approved, CommentsEnabled, and OnlyForMembers. when I try to update the article by unchecking the Approved checkbox on the web form, and using SQL Profiler, I can see that the update statement generated by LINQ is not taking into consideration the Approve field which I have changed!! I also used
Read More...