I have an ASP application where the users add fields to the database table as well as to the screen. Basically the users can configure their own screen. So, I have an Admin Page where users can add fields and change the location of the fields and the Page where the data is displayed. I have an insert function where the data is displayed that inserts values of the particular fields in that screen to the table. The problem is, when users add fields, the function is not updated to include the added field values for insertion.
Any Ideas?
Thanks
Any Ideas?
Thanks