var driverName = (“#txtDriverName”).val().replace(“’”,“””);@H_502_7@varphone=(“#txtPhone”).val().replace(“’”,“””); @H_502_7@ var carNo = (“#txtCarNo”).val().replace(“’”,“””);.ajax({ type: “Post”,url: “DriverLocationMap.aspx/GetDataBind”,async: false,contentType: “application/json; charset=utf-8”,dataType: “json”,data: “{routeId:’”+ routeId + “’,currentCity:’” + currentCity + “’,driverName:\”” + driverName + “\”,phone:\”” + phone + “\”,carNo:\”” + carNo + “\”}”,success: function(data) { jsonStr=JSON.parse(data.d); } });