MVC.NET milliseconds get lost when using Html.hidden on a DateTime LastUpdated column for version tracking
Question in short: How tot do this in MVC.NET? Question in long version: Im trying to use a DateTime column in a SQL Table for version tracking (this in itself is proposed as a solution to re-attaching a Linq2Sql data class after being passedback by a editview for the table) But now i get 'row not found or changed'-exception. on the ctx.submit: ctx.appointments.Attach(appointment,true); ctx.SubmitChanges(); where ctx is my Linq datacontext, appointments my table, and appointment the appointment object i try to attach.. Ive setup the appointments table as sugested here This problem was also