I'm building a WPF-application with Expression Blend 4 and I've got a problem.

When I check a radiobutton or checkbox and I want to Log Out (a state that hides all the checkboxes and slides in another screen) and I log in again I still see the radiobutton checked.

Is there a way to terminate all 'checked-state' when I press a normal button to go to another state?

Thx a lot!

link|improve this question
feedback

1 Answer

It might be that I don't fully understand your question, but shouldn't you address this directly from code-behind in an event related to your logging-out?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.