My WPF UI includes
< Name>textbox</Name>
< cellphone>textbox</cellphone>
if two fields are blank then I want to get error message after cellphone part.
How to achieve it?
< Name>textbox</Name>
< cellphone>textbox</cellphone>
if two fields are blank then I want to get error message after cellphone part.
How to achieve it?