Guest User

Guest User

  • Tech Writer
  • 32
  • 6.7k

Validation

Nov 13 2015 11:23 AM
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)