Hi,
I have been having a hard time trying to figure out how to save the content of a datagridview to a user setting System.Collections.Specialized.StringCollection.

My goal is to have a list of wors that can be updated by the user. So he/she can add or remove... and then I want it to be saved.

I thought the best way was to have a datagridview, and then save it to a System.Collections.Specialized.StringCollection but I am a bit confused as to how to do it exactly.

I would greatly appreaciate help,
thanks