Is this valid data for jquery ajax call to aspnet mvc controller?

Posted by Pandiya Chendur on Stack Overflow See other posts from Stack Overflow or by Pandiya Chendur
Published on 2010-05-05T05:01:20Z Indexed on 2010/05/05 5:08 UTC
Read the original article Hit count: 176

I am using jquery with asp.net mvc.... Is my data option valid or am i missing some thing...

$.ajax({
            type:"POST",
            url: "Materials/GetRecords",
            data: "{'currentPage':1,'pageSize':5}",

Any suggestion....

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-ajax