Is it possible to for a single view to be dynamically populated with different models present in the application? For example if we are making entries in a data base with multiple tables using ADO.NET can a single view be dynamically mapped with different controllers performing same operations but on different entities?
More importantly if there is a work around to that will that be considered a good practice or is it just better to have separate view for every such controller performing CRUD operations?
Thanks in advance.
Saqib AbbasPosted Jan 22, 2015, 12:30 PM
Suraj SahooPosted Jan 20, 2015, 1:05 AM
A very nice article found on c# corner. I believe this will surely help you.
Thanks