Saqib Abbas

Saqib Abbas

  • NA
  • 6
  • 1.4k

Single view associated with multiple models?

Jan 19 2015 1:37 PM

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. 

Answers (2)