I am trying to find the best way to display 3 data tables in a view, all of which are pulled from the same table in the database. My idea is to utilize 3 separate partial views within index.cshtml and retrieve the data using one stored procedure. I also want to implement an editable feature and have the ability to save the changes with a submit button.
Does anyone have a solution for this?