wcf - jquery - gridview (webform) binding
- by Abu Hamzah
i am using WCF to return my data and not sure how sure how i will bind the gridview once i get the data on the clientside? any help?
ContactServiceProxy.invoke({ serviceMethod: "Holidays",
callback: function(response) {
//how to bind gridview here?
},
error: function(xhr, errorMsg, thrown) {
postErrorAndUnBlockUI(xhr, errorMsg, thrown);
}
});