$.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) {}});
Loading


