Search code examples
.netweb-servicesyui-datatable

YUI DataTable .NET webservice


Does anyone have an example of using of populating a YUI DataTable with a .NET webservice?

Thanks in advance. :)


Solution

  • I tried this a while back: http://mattberseth.com/blog/2008/09/dynamic_data_experimenting_wit.html

    However, you will need control over the webservice so that you can turn it into XML, or JSON or whatever format you wish to use.