Sam2704
Sam2704

Reputation: 81

C# WPF radio button with textbox doesn't work

When you type in wrong data it shows right errors but when you enter right information it doesn't do anything in radio button textbox. It doesn't return any error either.

I need radio button to get the correct year from user and pass it to Years variable.

Upvotes: 0

Views: 73

Answers (1)

Hari Prasad
Hari Prasad

Reputation: 16956

Try this, you have to return false for wrong year input.

Upvotes: 1

Related Questions