I have 10 tables in my database.
I want load these 10 table names into a drop-down list.
If a user selects a value form the drop-down list, a form should be displayed with related to the table. (form fields should be appropriate table's column headers)
When user fill the form and submitted, data should be saved in the selected table.
Give me a code example to do this.
Load form dynamically based on a dropdown selection
Moderator: General Moderators