i need to dispaly the hierarchial data in TreeView. Which is getting from sql server into to the dataset in the form of [ID],[Name],[parentID].
create the Relation on the DataSet and generate the xml by using the xslt i want to bind it to the Tree
i can able to do it for the menu control but not for the TreeView.