How to handle concurrency control in ASP.NET Dynamic Data?

Posted by Andrew on Stack Overflow See other posts from Stack Overflow or by Andrew
Published on 2010-06-01T23:15:36Z Indexed on 2010/06/03 10:14 UTC
Read the original article Hit count: 273

I've been quite impressed with dynamic data and how easy and quick it is to get a simple site up and running. I'm planning on using it for a simple internal HR admin site for registering people's skills/degrees/etc.

I've been watching the intro videos at www.asp.net/dynamicdata and one thing they never mention is how to handle concurrency control.

It seems that DD does not handle it right out of the box (unless there is some setting I haven't seen) as I manually generated a change conflict exception and the app failed without any user friendly message.

Anybody know if DD handles it out of the box? Or do you have to somehow build it into the site?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about dynamic-data