Response title
This is preview!
function WCFJSON() {var userid = "2";Type = "POST";Url = "Service.svc/GetUser";Data = '{"Id": "' + userid + '"}';ContentType = "application/json; charset=utf-8";DataType = "json"; varProcessData = true;CallService();}
$(document).ready(function () {WCFJSON();});
<body><!--...--></body>
Hi all,
could you please give me some simple example on jquery + wcf + sql ? I mean, my need is to create wcf service for getting data from sql table, jquery should help show result at web page. I'm newbie, help me please.
© 2013 jQuery Foundation
Sponsored by and others.