asp.net mvc - How to refresh partial view by another partial view without scripting? -


i want refresh partial view partial view. structure

i want update 3rd partial view on submit of first partial view

i rendering first partial main index view using

@{html.renderaction("searchmenu", "search");} 

you have use ajax it, don't think there other possible solution it, can check out answer: how update partial view partial view via action results hope it'll work


Comments

Popular posts from this blog

javascript - Feed FileReader from server side files -

c++ - What's the differece between of link to a dynamic file and as a input object? -

How to pass json object using PHP in Wepay API -