Hi,
Just wondering if anyone knows of a product (free or licensable) that allows you to generate a Web Form from looking into a database table. We have to be able to generate staff surveys - our company is quite big, and occasionally the form fields change. Ultimately this means one of our dev's have to go and modify some ASP.NET webform to factor in the new field. Not good when things change every month :(
What we were thinking was a metadata table that describes some of these forms and an engine that will render a form based on the metadata. That will require two interfaces, one to add the fields/layout options. The other is the front-end for actually filling out this form.
Seeing solutions like Zoomerang makes me think this is what its doing, but I'm not wanting to re-invent the wheel to write the backend - adding fields, wiring etc.
Our environment is .NET 2.0, SQL Server 2005/2008.