i am developing a Windows phone 8 app using MVVM light, I have problems Validating Data input from the user and Displaying MessageBox indicating empty/incorrect input from the user, i have seem examples for Desktop Apps, but doesn't seem to have similar ones for Phone . below is My description of the problem.i am developing a Windows phone 8 app using MVV