How to call partial view through ajax in mvc3
问题 I need to call a partial view through ajax. I have tried the following, but I am not sure how to complete it. $("#UserName").change(function () { var userid = $("#UserName").val(); var ProvincialStateID = $("#State").val(); var Hobbyid = $("#Hobby").val(); var Districtid = $("#DistrictNames").val(); var Homeid = $("#Hobbyhome_EstablishmentId").val(); var urlperson = '@Url.Action("FetchPersonByUserName")'; $.ajax({ type: "POST", url: urlperson, data: { userid: userid, stateid: