I am working with an ASP.Net web app that allows users to create an "application."
They define fields and their data types. Based on that, I generate a query to create a table.
I would like to use the metadata from the table to generate an input form to display to users.
- Is this a good approach?
- Has anybody done a similar project that can share some lessons learned?
- How about creating and altering tables at runtime?
- Does anybody see any problems with that?