You cant, but you could convert the dataset to an array or an XML data
island if its complex and use it as you would a dataset. Theres a cross
browser compatible example her, but I've not tried it. Might help you.
typically this would be done by converting the DataSet into its JSON
representation.
If you look at Anthem.Net (on sourceforge.net) it has a built-in object - to
- JSON set of methods that will show how this is done.
Peter