Display Hierarchial data in treeview using xml?
        Posted  
        
            by RAMA KRISHNA
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by RAMA KRISHNA
        
        
        
        Published on 2010-05-27T06:10:41Z
        Indexed on 
            2010/05/27
            6:11 UTC
        
        
        Read the original article
        Hit count: 186
        
treeview
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.
© Stack Overflow or respective owner