DZone Database Zone
Async Validation in WPF
Quite often, validation requires web requests, database calls, or some other kind of actions that require a significant amount of time. In this case, UI should be responsible throughout the validation, but saving/submitting data should be disabled until the validations complete.
This article provides a solution for this problem.
No comments:
Post a Comment