I am newbie in WPF and now I am struggling with its Validation. In the validate method of my Validation class I need to compare TextBox1's value with TextBox2's both included in my form.
Is there any way to do so in WPF?
I am newbie in WPF and now I am struggling with its Validation. In the validate method of my Validation class I need to compare TextBox1's value with TextBox2's both included in my form.
Is there any way to do so in WPF?
Copyright © 2021 Jogjafile Inc.
How about this- Xaml.cs file
Xaml file-