I've been working with the MS IE Treeview WebControl... I currently
use a method to grab info from the DB as XML -> Convert to a new XML
through XSLT and then serialize that data and recursively place that
info into the treeview. To cut down on processing time, I've
decided to grab the data from the DB as XML and then directly
convert it to the appropriate Treeview XML...
What I've noticed is that if I have 6 nodes or less the treeview
works fine... on the seventh node, I get an XML error at the root
which makes absolutly no sense considering that I can replace the
7th node with any information at all and it still returns an
exception... go back to 6 nodes and its hunk dory... ready to pull
hair out and shoot some microsoft developers :(
if someone tests this out, I assure you, it will give an error,
however if you cut one of the nodes out, you'll be suprised to see
it works. Take your pick... any node removed will make it work.