function
testsave() {$.ajax({
type:
"POST" ,url:
"Default.aspx/tests" ,contentType:
"application/json; charset=utf-8" ,dataType:
"json" ,data: dtata.d,
//"{'pes':'" + dtata + "'}",async:
false ,success:
function (response) {},
error:
function () {alert(
"Error" );}