Click here to Skip to main content
15,890,438 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi m quite new to MVC
In my project i want to create a table dynamically based on user input.
Then need to retrieve the values stored in dynamically created table in a view.
Is there any way to do the same using entity framework in MVC?
How do i create Model for the dynamically created table?
Is there a way retrieve the data directly without using Model?
I am using MVC5 and SQL

What I have tried:

i have tried using CSV files for storing dynamic data and it works
But how do i do that using SQL table?
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900