I've got a .Net project where we're using an ActiveRecords scaffolding interface for simple data entry. Being quick and easy to setup, it is proving time consuming for the data entry folks. Rather than coding an entire UI for this, what are some recommended applications that I can connect to the DB that give write permission control along with some of the ActiveRecord type of relationships (auto-generating dropdowns for FK's, etc.)? Even some CSV upload capability would be nice.
I'm looking for a canned, preferably opensource/freeware solution. However, I also think that some Telerik options (but requiring some coding) may fit the bill.
Suggestions?