I am building an "Edit page". When the user enter the Id he wants to edit, a new record in a LOCK table is inserted to disable further editing requests in the same time ( I don't want that 2 users edit the same thing at the same time). So the problem is: how could I fire an event that will deletes the record from the LOCK table when the user navigate out of the edit page?
...
Go to the complete details ...