populate a combobox with attributes of a selected xml node using c#
        Posted  
        
            by saeed
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by saeed
        
        
        
        Published on 2010-05-14T08:43:31Z
        Indexed on 
            2010/05/14
            8:54 UTC
        
        
        Read the original article
        Hit count: 349
        
Im using c#.net windows form application. I have a xml file. I have loaded the node names of that xml file into a treeview. Now my task is , when I select a particular node from the treview, I should be able to display its attributes in a combo box. Please help.
© Stack Overflow or respective owner