How we can achieve Ajax method call using MVC
Amita Palkar - Junnarkar
Select an image from your device to upload
$.ajax({type: 'POST',url: '@Url.Action("PipeLogic", "Survey")',data: { listQuize },success: function (response) {window.location.href = urldata;if (response != null) {alert("Question Piped");}else {alert("Question Not Piped");}},error: function (response) {}});