As AJAX is becoming more ubiquitous, and its' benefits for reporting are enormous, either with dynamic pagination or huge static html tables with dynamic values, I always needed an easy way to dump my DataSet
s directly into JSON export (especially since you can't simply Return
one in a WebMethod
, a badly needed "feature").
How can this be done?