Hi
Can the below code be done using Ajax
var url = "/Test/CreateEditCustomer?Id=" + Id; $("#myModalBody").load(url, function () { $("#myModal").modal("show");
Thanks