How to update a partial view that is within a normal view

0

I have a partial view that should show data that comes from the BD, this partial view is within a normal view, what I need to know is how I do so that when the main view action returns the data, the view partial also get data and be updated. This more than everything I need because I have several views that must have this partial and then from each view I must call and update this partial.

Note. I do not know if I'm taking the right path to face this case, since I have several views that have a part of identical UI, that's why this part I want to put it in partial and call it from all views, something like the famous controls. ascx of webform.

Best regards to all.

    
asked by RSillerico 25.11.2016 в 20:08
source

0 answers