wcf - jquery - gridview (webform) binding

Posted by Abu Hamzah on Stack Overflow See other posts from Stack Overflow or by Abu Hamzah
Published on 2010-05-03T20:11:11Z Indexed on 2010/05/03 20:18 UTC
Read the original article Hit count: 289

Filed under:
|
|

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);
            }
        });

© Stack Overflow or respective owner

Related posts about wcf

Related posts about jQuery