4
Answers

Validation

Joël Phaka

Joël Phaka

9y
507
1
Hi,
I have a WPF application and I'm using using a dataset to perform CRUD operations.
I'm also using a ValidationRule for all the textboxes.
What I want is that if the user clicks the ADD or UPDATE button, I want to check if the window validates and if so then I want to Insert or Update data.
Answers (4)