JSJ
JSJ

Reputation: 5691

Requried validation on submit button click

How can I validate inputs against the required validation for the controls when a submit button is pressed?

Upvotes: 0

Views: 668

Answers (2)

ecathell
ecathell

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...

Fluent Validation on Codeplex

Upvotes: 1

Wonko the Sane
Wonko the Sane

Reputation: 10813

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

Upvotes: 1

Related Questions