So I am aware that by default ASP.net uses optimistic concurrency and that because of that, if a database has changed since the data was collected from it, any updates attempted will be rejected and throw an exception. Now I was wondering if there was a way to bypass this and tell the server to make the change anyways. Thanks in advance for the help.