Hello,
This is my first time using a webTree and I am encountering a few issues with binding data from a sql stored proc to the tree.
I have bound the dataset to the datasource on the tree. The Stored proc returns 2 columns, one will be the parent and the other will be the child. Right now, the tree is displaying just one column all in the same level and the 2nd column is not being displayed at all. I am not sure what am I not doing? Please help.
Thanks,
Never mind! I figured it out myself!