Hello,
I have a WCF service that returns json data. I want to keep the web service generic enough to be called by other applications.
However, on my website, when i call this service and bind to combo box, it fails. The combo box expects the return json to be RadComboBoxData. Is there a reason for this binding. It kind of defeats the purpose of web service.
Can anyone explain if there is a more generic way of binding combo box to any json?
I have a WCF service that returns json data. I want to keep the web service generic enough to be called by other applications.
However, on my website, when i call this service and bind to combo box, it fails. The combo box expects the return json to be RadComboBoxData. Is there a reason for this binding. It kind of defeats the purpose of web service.
Can anyone explain if there is a more generic way of binding combo box to any json?