Delete a row error
Delete a row error

Click the "delete button" -> alert is shown "SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM."
How can I solve this?
This discussion has been closed.
Click the "delete button" -> alert is shown "SqlDateTime overflow. Must be between 1/1/1753 12:00:00 AM and 12/31/9999 11:59:59 PM."
How can I solve this?
Answers
Is this using Editor? If so, could you link to the page and show your controller and model code so I can try to debug it please? I don't quite understand why a delete action would result in the error you are seeing since it is just doing a DELETE, unless you have some additional code somewhere that is also doing an UPDATE perhaps?
Allan