1
Answer

collections of data tables from controller to view?

Photo of Nepethya Rana

Nepethya Rana

7y
552
1
I have 5 different tables. I need to pass them from controller to view and render each table in separate div element. How do I do it in mvc 5? Is it better to create list of data tables or add to data source?

Answers (1)