Sunday, March 11, 2012

Web Services returning a DataSet or DataTable

Two things:- Either the webservice can spit the HTML layout as rss feed or use dataset XML with XSLT


Check out thishttp://dotnetslackers.com/articles/ajax/ASPNETAjaxGridAndPager.aspx. Although the example does not use the DataSet/DataTable.


Hi,StevenSw

I think the best way is that changing the DataSet/DataTable to JSON string.

At the client side,

result = equal(JSON string);

then write it out in your function.

Let me know if you need more info.

Thanks.


Do you have any psudo code to do this? I saw the futures release will support this but this is not an option for me at this time.

No comments:

Post a Comment