I have some PhoneTextBox and their values can't be null. So are REQUIRED. Is There a simple method to do that like in Android?
Asked
Active
Viewed 215 times
0
-
http://mobileworld.appamundi.com/blogs/petevickers/archive/2011/02/20/validating-text-boxes-in-windows-phone-7.aspx refer this link – Mansinh Sep 27 '13 at 11:28
-
othervise you can check condition like if(textboxname.Text=="") {} – Mansinh Sep 27 '13 at 11:29
-
I had also thought to the last solution. But in android when an input text is required show an advertise on the input box. I would like something like this, without messagebox.. – Frank Sep 27 '13 at 12:00