Jim L
Jim L

Reputation: 2327

Off the shelf Data Entry Forms for asp.net?

I've got an asp.net application where each client will have their own data entry forms. I'm a bit tired of reinventing this wheel. Does anyone have any good experience with an "off the shelf" component for rapidly building such forms? The component will need to fit within an existing asp.net site and support layout of the fields, not just "dumping" the fields on the page. The data needs to go back to a database for querying (but can use it's own schema) and some light level of workflow needs to be supported (mostly around completion status). Infopath is a non-starter due to its requirements for sharepoint etc, but if you're thinking along those lines, you have some idea of what I'm looking for. The system must be open for modification as I'm sure we won't be able to find something that does everything we need.

Doesn't matter if it is OSS or commericial.

Thanks!

Upvotes: 1

Views: 184

Answers (2)

pashute
pashute

Reputation: 4053

Microsoft lightswitch.

Telerik widgets in a web page.

Upvotes: 0

rlb.usa
rlb.usa

Reputation: 15043

We've used FeedBack Server here in the past and it worked out pretty good.

Upvotes: 1

Related Questions