Dotnetnuke Call ajax from a module
问题 I am now trying to build a dnn module using ajax calls. But there is a jquery error stating SyntaxError: Unexpected token < I have tried to work around with ajax "url: " and tried to create a new ascx at the root folder but still showing error 404. My ajax call is as below $.ajax({ url: "NewsManagement.ascx/Add", contentType: "application/json; charset=utf-8", dataType: "json", method: "POST", beforeSend: function () { }, cache: false, data: { title : $('#txt_Title').val(), news_content : $('