The PropertyGrid control maps to Objects. You have an XML file. Do you see what you need to do ?
Hint: (Deserialization - Serialization) 1. Create a set of classes that replicates the schema definition of the XML file (using the XSD.exe tool, for example). 2. Load the XML file and instantiate your Class so as to populate the class's members. 3. Map your PropertyGrid to the object created. 4. Change any values through the PropertyGrid and make sure changes are reflected in the object instance. 5. Serialize the changed object to an XML file (using the XmlSerializer, for example) On May 25, 11:00 pm, ghassab <[email protected]> wrote: > Hello, > I am currently developing an application in c# and I need to save my > PropertyGrid in XML file. > There is someone who can help me?? > Thanks in advance.
