tags:

views:

33

answers:

2

hi how can i validate inputs against the required validation for the controls when a submit button is presed.

+1  A: 

Validation is built into the WPF DataBinding model. Start here for more information.

Wonko the Sane
A: 

there is an awsome validation engine I am using called FluentValidation..its available on codeplex. its very easy to setup and for the most part really easy to use...

Fluent Validation on Codeplex

ecathell