Reputation: 5691
How can I validate inputs against the required validation for the controls when a submit button is pressed?
Upvotes: 0
Views: 668
Reputation: 1030
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...
Upvotes: 1
Reputation: 10813
Validation is built into the WPF DataBinding model. Start here for more information.
Upvotes: 1