I have a .Net 3.5 windows application with various drop down lists!
I want to be able save the choices the user has selected in the drop downs???
I had tried setting ApplicationSettings PropertBinding but this didn't work! is there something else I have to do? I was unable to select anything other that the first item in a drop down when I set this??
I am not sure how to Write to the app config file! is this what I should be doing?