What frameworks are targeted specifically at building so-called "CRUD Admin UIs" (basically, a set of screens for editing related SQL tables), whether Web Apps or Thick Clients.
The ones I know of:
- ASP.NET DynamicData
- Django Admin (from Nick's answer below)
General purpose frameworks like Ruby-on-Rails and ASP.NET MVC don't count.