Quote Originally Posted by jmcilhinney View Post
First up, why are your Settings declared as type Boolean? They need to be your enumeration type.

As for that error, you've done something wrong. You were NOT supposed to copy and paste my code. This is exactly why I avoid posting code on many occasions. My code was supposed to be an example only. You were supposed to write your own code. You were supposed to create CheckedChanged event handlers for your own RadioButtons and refer to your own RadioButtons in the Load event handler. If you have a lot of RadioButtons then you will have a lot of code. That's life.



Thanks jmcilhinney for your support…

For the setting declaration , I couldn’t see enumeration type in the list so I’m assuming it will be either string or system….,string collection and the values will be enum list ; is it?!

I’ve fixed my errors related with CheckedChanged event handlers; anyway using your codes example gives me better understanding of the work process for my project…

Best Regards…