No luck!

There's no project that matches .

Maybe it doesn't exist, maybe it hasn't been approved yet. After all, it does take community kudos from at least 15 people to make it inside this repository

DEWD Install package

Project owner:
Sune Bøegh
Package downloads
2973
Package karma
27
Compatibility:
This project is compaitible with
.NET Version: 4.0
Supports Medium Trust: No
Created:
03 June 2010
Is Stable:
Project is stable
Current version
1.2
License
MIT

Data Editing With DEWD

DEWD (pronunciation: dood, [du:d]) is an Umbraco 4.0 extension used to edit sequential data such as rows in a SQL server database table. It's meant to allow developers to quickly set up user friendly SQL data editing in Umbraco (eg. for editors) without having to write custom code. It was written in C# using ASP.NET 3.5.

You should consider using DEWD if you're about to write yet-another-quick'n'dirty-custom-module-for-edting-some-stuff-in-a-database-table. A few lines of configuration in xml will allow you (and your webmaster, editors etc.) to create/delete/edit data in most simple table structures.

DEWD features:

  • User friendly data editing; mimics Umbracos content editor and uses same data types (editor controls)
  • Multiple views (grids) of the same table with paging and search
  • Handles one-to-many and many-to-many relationships
  • Open architecture allowing you to plug in your own stuff where needed
  • MIT License

Dev roadmap:

  • Object editing (edit objects in your domain model) and data annotation support
  • Security
  • Better support for editing of rows directly in the view

For more information go to http://dewd.codeplex.com/

Screenshots