Load partial view
how to load partial view in a javascript function?..
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 Dec 6, 2013, 5:53 AM
hi,
you can use $.AJAX and div 's load method of JQUERY to load partial view in MVC.
Please refer
http://www.c-sharpcorner.com/UploadFile/d551d3/how-to-load-partial-views-in-Asp-Net-mvc-using-jquery-ajax/
http://api.jquery.com/load/
hope this will help you.