Click here to Skip to main content
15,891,774 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have a treeview in windows form application, i need to write the all checked node information into an XML file, and need to add the same into another node which are checked in same structure means(parent and child way)...

any one Pls Help me............
Posted
Updated 31-Jul-11 21:25pm
v3

1 solution

Check out XElement Class[^] for creating and reading XML files to populate your TreeView.
 
Share this answer
 
v2
Comments
gurpreetsingh225 1-Aug-11 6:13am    
any one have the solution regarding this pls post
Kim Togo 1-Aug-11 6:14am    
What solution? Use XElement to create your XML file from the data in TreeView and use XElement to read the XML file and populate TreeView.
Kim Togo 1-Aug-11 6:15am    
There are simple example on MSDN on how to use XElement for creating and reading.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900