Hi
Can the below code be done using Ajax
var url = "/Test/CreateEditCustomer?Id=" + Id;
$("#myModalBody").load(url, function () {
$("#myModal").modal("show");
Thanks
Hi
Can the below code be done using Ajax
var url = "/Test/CreateEditCustomer?Id=" + Id;
$("#myModalBody").load(url, function () {
$("#myModal").modal("show");
Thanks
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.
Sachin SinghPosted Jun 18, 2021, 10:05 AM
Vaibhav ChauhanPosted Jun 18, 2021, 7:33 AM
Ramco RamcoPosted Jun 18, 2021, 6:45 AM
Vaibhav ChauhanPosted Jun 18, 2021, 6:31 AM