Does anybody know the Javascript you would use to sort a table generated using MSIE's Data Source Object for a table generated from an XML Data Island?
Cheers
J
tedster
8:08 pm on Sep 20, 2001 (gmt 0)
This isn't a strong area for me, but I found a data binding resource [microsoft.com] from Microsoft that seems to address the issue. Look about 2/3 of the way the page for the heading "Adding Sort and Filter Using Scripts".
joshie76
8:12 am on Sep 21, 2001 (gmt 0)
Thanks for looking into that Tedster. The .Reset() method doesn't seem to work for XML data islands though :(. Works fine with almost all other instances of the DSO that i've tried just not that one.