Hi,
I have a requirement of using persistantsettings base class for reading and writing the userscoped settings. When i bind the persistant settings base class to propertygrid using propertygrid.SelectedObject(mprop) where mprop is the instance of the persistant settings base class, the data is loaded and saved using the methods Reload() and Save(). Now i need to read data from the config file and bind it to the Checklistbox and save any changes made by the user. How can i achieve this.
Thanks & regards,
Sriram Sarma.