Ajax data source (objects) :TypeError: f is undefined
I am working on my ASP.Net web application where I have to populate an HTML table with Ajax data source for which I am making a use of jQuery DataTables plugin. HTML code: <table class="table table-striped table-hover table-bordered display" id="example" cellspacing="0" width="100%"> <thead> <tr> <th>Prctice Group Risk No </th> <th>Practice_Group </th> <th>Risk_Category </th> </tr> </thead> </table> JavaScript Code: $('#example').DataTable({ "ajax": { "dataType": 'json', "contentType": "application/json; charset=utf-8", "type": "POST", "url":"index.aspx/Risky" }, "columns": [ { "data":