|
|
|
ASP.NET MVC ใช้ ajax get partialview จาก controller มาแสดงยังไงครับ |
|
|
|
|
|
|
|
Code (JavaScript)
function GetManpowerTable(elem)
{
$.ajax({
method: "POST",
url: '@Url.Action("GetManpowerTable", "Plan")',
success: function (rs) {
$("#result").html(rs);
console.log(rs);
}
});
}
|
|
|
|
|
Date :
2017-04-03 17:26:06 |
By :
tester_max |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 03
|