[Solved] dynamically add column to model and show relevant field to add, edit and delete the field data in view asp.net mvc enityframework?
You cannot “dynamically” add a column to a table per row. If the user could add a column, then that column would be added to the table in general, and every row in that table would have it. Even if this was possible, it would require granting your application admin rights on your database, which … Read more