please give the correct
$.ajax({ url: "/Home/SaveDetailedInfo",
type: "POST",
data: JSON.stringify({ 'Options': someData}),dataType: "json",
traditional: true,
contentType: "application/json; charset=utf-8",
success: function (data)
});the above marked content replaced bydata: function()function(){return ('Options': someData);}

Yogi SPosted Feb 2, 2017, 12:54 AM