I have a dropdown in my view based on dropdown seletion i need to refresh the particualr division.
in that division i have rendered partial view
how to refresh that?..
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jignesh TrivediPosted Sep 19, 2014, 6:17 AM
Hi,
using Jquery AJAX or div load() method you can refresh div data
Please refer
http://www.codeproject.com/Articles/41828/JQuery-AJAX-with-ASP-NET-MVC
http://www.aspnetwiki.com/page:loading-partial-view-with-jquery
hope this will help you.
Sasi ReddyPosted Sep 19, 2014, 6:46 AM
Actualy i used json to get data into partial view.
after that i changed by using ajax jquery.
so it was working fine.