I have created my own custom dialog box in WPF and the validation I handle in the code behind. Everything works well, but I would like to do is rather display an error message in a message box, but to display it back in my custom dialog box. How can I do this with say an error template?
Thanks