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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -