Author: c_e_selim | Posted on: 4/26/2010 11:32:55 AM | Views : 1050

i have a problem and i couldnt solve it whole day,
$.ajaxSetup({
                   type: "POST",
                   url: "/----.aspx/Results",
                   contentType: "application/json; charset=utf-8",
                   dataType: "json",
                   success: function(msg) {
                   $('.searchresult').html(msg.d);
    & ...

Go to the complete details ...