Error b is null on jquery.datatables.min.js and json is null in jquery.datatables.1.8.2.js

Error b is null on jquery.datatables.min.js and json is null in jquery.datatables.1.8.2.js

desmond80indesmond80in Posts: 1Questions: 0Answers: 0
edited April 2012 in DataTables 1.8
The same jquery data table works for the solution created in .net 2.0 without any issue when i implement the same coding in .net 4.0 it generates the above mentioned error

jquery.datatables.1.8.2.js line number 3557
[code]
json is null

if ( typeof json.sEcho != 'undefined' )
[/code]

Please be kind enough to resolve this error

Replies

  • allanallan Posts: 61,823Questions: 1Answers: 10,129 Site admin
    Presumably the JSON being returned form the server is 'null' - you can confirm if this is the case by using Firebug or Inspector. If so, then your server upgrade is effecting your JSON returns.

    Allan
This discussion has been closed.