How can I validate inputs against the required validation for the controls when a submit button is开发者_开发问答 pressed?
Validation is built into the WPF DataBinding model. Start here for more information.
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
精彩评论